Class ProjectMultiJoinMergeRule

All Implemented Interfaces:
TransformationRule

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