[TD-225]
This commit is contained in:
parent
922711df1f
commit
6b0b783aaf
|
@ -71,7 +71,7 @@ void tsSetSTableQueryCond(STagCond* pTagCond, uint64_t uid, SBufferWriter* bw) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool tscQueryTags(SQueryInfo* pQueryInfo) {
|
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) {
|
for (int32_t i = 0; i < numOfCols; ++i) {
|
||||||
SSqlExpr* pExpr = tscSqlExprGet(pQueryInfo, i);
|
SSqlExpr* pExpr = tscSqlExprGet(pQueryInfo, i);
|
||||||
int32_t functId = pExpr->functionId;
|
int32_t functId = pExpr->functionId;
|
||||||
|
|
Loading…
Reference in New Issue