提交 97285d6a 编写于 作者: S shenglian zhou

add result type and result bytes to tExprNode before validate types and exprNodeTraverse function

上级 c5d972fa
......@@ -114,6 +114,8 @@ typedef struct tExprNode {
struct tExprNode** pChildren;
} _func;
};
int16_t resultType;
int16_t resultBytes;
} tExprNode;
typedef struct SExprTraverseSupp {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册