924060929 commented on code in PR #52447:
URL: https://github.com/apache/doris/pull/52447#discussion_r2250612081


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/BoundFunction.java:
##########
@@ -107,6 +107,16 @@ public String toString() {
         return getName() + "(" + args + ")";
     }
 
+    @Override
+    public Expression withChildren(List<Expression> children) {
+        throw new UnsupportedOperationException(
+                "Please implement withChildren by create new function with 
FunctionParams");
+    }

Review Comment:
   there has a default function Expression
   <img width="796" height="146" alt="image" 
src="https://github.com/user-attachments/assets/0a8b2744-1125-4b34-add3-209b930afdfd";
 />
   



-- 
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