fix: distinct constant value issue

This commit is contained in:
dapan1121 2023-06-21 10:33:50 +08:00
parent f49ce0587c
commit 8da28aced2
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ static EDealRes doCreateColumn(SNode* pNode, void* pContext) {
}
return (TSDB_CODE_SUCCESS == nodesListAppend(pCxt->pList, pCol) ? DEAL_RES_IGNORE_CHILD : DEAL_RES_ERROR);
}
case QUERY_NODE_VALUE:
case QUERY_NODE_OPERATOR:
case QUERY_NODE_LOGIC_CONDITION:
case QUERY_NODE_FUNCTION: