You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			397 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			397 B
		
	
	
	
		
			C++
		
	
	
	
	
	
/**
 | 
						|
 * Autogenerated by Thrift Compiler (0.9.1)
 | 
						|
 *
 | 
						|
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 | 
						|
 *  @generated
 | 
						|
 */
 | 
						|
#ifndef querytele_CONSTANTS_H
 | 
						|
#define querytele_CONSTANTS_H
 | 
						|
 | 
						|
#include "querytele_types.h"
 | 
						|
 | 
						|
namespace querytele
 | 
						|
{
 | 
						|
 | 
						|
class queryteleConstants
 | 
						|
{
 | 
						|
public:
 | 
						|
    queryteleConstants();
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
extern const queryteleConstants g_querytele_constants;
 | 
						|
 | 
						|
} // namespace
 | 
						|
 | 
						|
#endif
 |