zabetak commented on a change in pull request #1030: [CALCITE-2822] Allow
MultiJoin rules with any project/filter
URL: https://github.com/apache/calcite/pull/1030#discussion_r271078470
##########
File path:
core/src/main/java/org/apache/calcite/rel/rules/FilterMultiJoinMergeRule.java
##########
@@ -52,10 +55,24 @@ public FilterMultiJoinMergeRule(RelBuilderFactory
relBuilderFactory) {
relBuilderFactory, null);
}
+ /**
+ * Creates a FilterMultiJoinMergeRule that uses a generic
+ * {@link Filter}
+ * @param filterClass filter class
+ * @param relBuilderFactory builder factory for relational expressions
+ */
+ public FilterMultiJoinMergeRule(Class<? extends Filter> filterClass,
Review comment:
The main Javadoc of the class (around line 34) has to be adapted too.
----------------------------------------------------------------
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