提交 04e9648d 编写于 作者: S slzhou

enhance: change variable name

上级 276e5daa
...@@ -6141,9 +6141,9 @@ static EDealRes hasVariable(SNode* pNode, void* pContext) { ...@@ -6141,9 +6141,9 @@ static EDealRes hasVariable(SNode* pNode, void* pContext) {
} }
static int32_t subtableExprHasVariable(SNode* pNode) { static int32_t subtableExprHasVariable(SNode* pNode) {
bool hasCol = false; bool hasVar = false;
nodesWalkExprPostOrder(pNode, hasVariable, &hasCol); nodesWalkExprPostOrder(pNode, hasVariable, &hasVar);
return hasCol; return hasVar;
} }
static int32_t checkStreamQuery(STranslateContext* pCxt, SCreateStreamStmt* pStmt) { static int32_t checkStreamQuery(STranslateContext* pCxt, SCreateStreamStmt* pStmt) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册