提交 0377f865 编写于 作者: G Ganlin Zhao

fix conflict

上级 85da616a
...@@ -700,9 +700,9 @@ EDealRes sclRewriteNonConstOperator(SNode** pNode, SScalarCtx *ctx) { ...@@ -700,9 +700,9 @@ EDealRes sclRewriteNonConstOperator(SNode** pNode, SScalarCtx *ctx) {
EDealRes sclRewriteFunction(SNode** pNode, SScalarCtx *ctx) { EDealRes sclRewriteFunction(SNode** pNode, SScalarCtx *ctx) {
SFunctionNode *node = (SFunctionNode *)*pNode; SFunctionNode *node = (SFunctionNode *)*pNode;
SNode* tnode = NULL; SNode* tnode = NULL;
if (!fmIsScalarFunc(node->funcId)) { //if (!fmIsScalarFunc(node->funcId)) {
return DEAL_RES_CONTINUE; // return DEAL_RES_CONTINUE;
} //}
FOREACH(tnode, node->pParameterList) { FOREACH(tnode, node->pParameterList) {
if (!SCL_IS_CONST_NODE(tnode)) { if (!SCL_IS_CONST_NODE(tnode)) {
......
Subproject commit bd496f76b64931c66da2f8b0f24143a98a881cde Subproject commit 1163c0f60aa65d6cc58283247c8bf8c56ba43b92
Subproject commit df8678f070e3f707faf59baebec90065f6e1268b Subproject commit c3815951fc80617ecd171f3743b8b4a4d0bc712e
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册