Class ProjectJoinTransposeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class ProjectJoinTransposeRule extends RelRule<ProjectJoinTransposeRule.Config> implements TransformationRule
Planner rule that pushes a Project past a Join by splitting the projection into a projection on top of each child of the join.
See Also: