mihaibudiu commented on code in PR #4025:
URL: https://github.com/apache/calcite/pull/4025#discussion_r1823632827


##########
core/src/main/java/org/apache/calcite/rel/rel2sql/SqlImplementor.java:
##########
@@ -2122,6 +2123,28 @@ private boolean hasNested(
       return false;
     }
 
+    /** Recursively looks for a node matching the operandPredicate. */

Review Comment:
   this is usually done using a visitor patter, see SqlShuttle.



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

Reply via email to