mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-21 19:45:56 +03:00
22 lines
350 B
C++
22 lines
350 B
C++
/**
|
|
* Autogenerated by Thrift Compiler (0.9.1)
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
* @generated
|
|
*/
|
|
#pragma once
|
|
|
|
#include "querytele_types.h"
|
|
|
|
namespace querytele
|
|
{
|
|
class queryteleConstants
|
|
{
|
|
public:
|
|
queryteleConstants();
|
|
};
|
|
|
|
extern const queryteleConstants g_querytele_constants;
|
|
|
|
} // namespace querytele
|