tsdbMeta.h 359 字节
Newer Older
H
more  
Hongze Cheng 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/************************************
 * For internal usage
 ************************************/

#include "tsdb.h"

typedef struct STable
{
  STableId tid;
  char *tableName;
} STable;

#define TSDB_GET_TABLE_ID(pTable) (((STable *)pTable)->tid).tableId
#define TSDB_GET_TABLE_UID(pTable) (((STable *)pTable)->tid).uid

#define TSDB_IS_SUPER_TABLE(pTable)