vlsi commented on a change in pull request #1818: [CALCITE-3809] RexSimplify 
simplifies nondeterministic function incorrectly
URL: https://github.com/apache/calcite/pull/1818#discussion_r384355174
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/rex/RexAnalyzer.java
 ##########
 @@ -41,6 +43,16 @@
   public final List<RexNode> variables;
   public final int unsupportedCount;
 
+  public static final EnumSet<SqlKind> SUPPORTED_SQL_KIND =
+      EnumSet.of(SqlKind.IS_NOT_DISTINCT_FROM, SqlKind.EQUALS, 
SqlKind.IS_DISTINCT_FROM,
 
 Review comment:
   Does it belong to `RexInterpreter`?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to