feat: add tag condition
This commit is contained in:
parent
4825d48019
commit
8db0315341
|
@ -4899,7 +4899,6 @@ int32_t doCreateTableGroup(void* metaHandle, int32_t tableType, uint64_t tableUi
|
||||||
if (tableType == TSDB_SUPER_TABLE) {
|
if (tableType == TSDB_SUPER_TABLE) {
|
||||||
SArray* res = taosArrayInit(8, sizeof(STableKeyInfo));
|
SArray* res = taosArrayInit(8, sizeof(STableKeyInfo));
|
||||||
|
|
||||||
int32_t ret = ;
|
|
||||||
if(pTagCond){
|
if(pTagCond){
|
||||||
code = doFilterTag(pTagCond, res);
|
code = doFilterTag(pTagCond, res);
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Reference in New Issue