silundong commented on code in PR #4324:
URL: https://github.com/apache/calcite/pull/4324#discussion_r2061890578
##########
core/src/main/java/org/apache/calcite/rex/RexUtil.java:
##########
@@ -2799,6 +2800,172 @@ private RexNode or(Iterable<? extends RexNode> nodes) {
}
}
+ /**
+ * Helper class that expands predicates from disjunctions(splited by K).
+ *
+ * @param <K> The type used to split the predicates.
Review Comment:
I'll try to describe it in more detail
--
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]