This commit is contained in:
Haojun Liao 2020-11-14 11:06:42 +08:00
parent 922711df1f
commit 6b0b783aaf
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void tsSetSTableQueryCond(STagCond* pTagCond, uint64_t uid, SBufferWriter* bw) {
}
bool tscQueryTags(SQueryInfo* pQueryInfo) {
int32_t numOfCols = (int32_t)(pQueryInfo);
int32_t numOfCols = (int32_t) tscSqlExprNumOfExprs(pQueryInfo);
for (int32_t i = 0; i < numOfCols; ++i) {
SSqlExpr* pExpr = tscSqlExprGet(pQueryInfo, i);
int32_t functId = pExpr->functionId;