Class FilterMultiJoinMergeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class FilterMultiJoinMergeRule extends RelRule<FilterMultiJoinMergeRule.Config> implements TransformationRule
Planner rule that merges a Filter into a MultiJoin, creating a richer MultiJoin.
See Also: