Aaaaaaron commented on a change in pull request #2253:
URL: https://github.com/apache/calcite/pull/2253#discussion_r520242099
##########
File path: core/src/main/java/org/apache/calcite/rex/RexSimplify.java
##########
@@ -1688,6 +1690,108 @@ RexNode simplifyAnd2ForUnknownAsFalse(List<RexNode>
terms,
return e;
}
}
+
+ public RexNode simplifyBoolean(RexNode call) {
Review comment:
Hi @vlsi The desc is added in CALCITE-4385, and more details you can see
in CALCITE-4375, it's the parent of CALCITE-4385.
----------------------------------------------------------------
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]