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


##########
core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java:
##########
@@ -1250,6 +1251,7 @@ void populate2() {
           NotJsonImplementor.of(
               new MethodImplementor(BuiltInMethod.IS_JSON_SCALAR.method,
                   NullPolicy.NONE, false)));
+      define(FILTER, new FilterImplementor());

Review Comment:
   I don't understand where this is used. Can you please explain?



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