zclllyybb commented on code in PR #60111:
URL: https://github.com/apache/doris/pull/60111#discussion_r2724134056


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FoldConstantRuleOnFE.java:
##########
@@ -218,6 +221,21 @@ public Expression visitLiteral(Literal literal, 
ExpressionRewriteContext context
         return literal;
     }
 
+    @Override
+    public Expression visitGamma(Gamma gamma, ExpressionRewriteContext 
context) {

Review Comment:
   not here. see other functions



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to