feiniaofeiafei commented on code in PR #47993:
URL: https://github.com/apache/doris/pull/47993#discussion_r2095107542


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Like.java:
##########
@@ -42,10 +49,36 @@ private Like(List<Expression> children, boolean inferred) {
 
     @Override
     public Like withChildren(List<Expression> children) {
-        Preconditions.checkArgument(children.size() == 2);
         return new Like(children);
     }
 
+    public Expression getLeft() {

Review Comment:
   why add getLeft() and getRight() function?  



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