1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00
Files
mariadb-columnstore-engine/utils/querytele/querytele_constants.h
2022-02-11 12:24:40 +00:00

25 lines
405 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 querytele
#endif