fix conflict
This commit is contained in:
parent
85da616ae1
commit
0377f865db
|
@ -700,9 +700,9 @@ EDealRes sclRewriteNonConstOperator(SNode** pNode, SScalarCtx *ctx) {
|
|||
EDealRes sclRewriteFunction(SNode** pNode, SScalarCtx *ctx) {
|
||||
SFunctionNode *node = (SFunctionNode *)*pNode;
|
||||
SNode* tnode = NULL;
|
||||
if (!fmIsScalarFunc(node->funcId)) {
|
||||
return DEAL_RES_CONTINUE;
|
||||
}
|
||||
//if (!fmIsScalarFunc(node->funcId)) {
|
||||
// return DEAL_RES_CONTINUE;
|
||||
//}
|
||||
|
||||
FOREACH(tnode, node->pParameterList) {
|
||||
if (!SCL_IS_CONST_NODE(tnode)) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bd496f76b64931c66da2f8b0f24143a98a881cde
|
||||
Subproject commit 1163c0f60aa65d6cc58283247c8bf8c56ba43b92
|
|
@ -1 +1 @@
|
|||
Subproject commit df8678f070e3f707faf59baebec90065f6e1268b
|
||||
Subproject commit c3815951fc80617ecd171f3743b8b4a4d0bc712e
|
Loading…
Reference in New Issue