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


##########
core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java:
##########
@@ -4796,28 +4798,18 @@ private static class IsNullImplementor extends 
AbstractRexCallImplementor {
     }
   }
 
-  /** Implementor for the {@code IS NOT DISTINCT FROM} SQL operator. */
-  private static class IsNotDistinctFromImplementor extends 
AbstractRexCallImplementor {
-    IsNotDistinctFromImplementor() {
-      super("is_not_distinct_from", NullPolicy.NONE, false);
+  /** Implementor for the {@code DISTINCT FROM} SQL operator. */

Review Comment:
   I would say "Base class for ... IS/IS NOT DISTINCT FROM operator ..."



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