[TD-6228]<hotfix> fix tag condtion is too long error
This commit is contained in:
parent
0afe768d76
commit
d837e47cb6
|
@ -301,6 +301,7 @@ uint32_t tscGetTableMetaMaxSize();
|
|||
int32_t tscCreateTableMetaFromSTableMeta(STableMeta* pChild, const char* name, void* buf);
|
||||
STableMeta* tscTableMetaDup(STableMeta* pTableMeta);
|
||||
|
||||
int32_t tscGetColFilterSerializeLen(SQueryInfo* pQueryInfo);
|
||||
|
||||
void* malloc_throw(size_t size);
|
||||
void* calloc_throw(size_t nmemb, size_t size);
|
||||
|
|
Loading…
Reference in New Issue