Class ProjectSetOpTransposeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class ProjectSetOpTransposeRule extends RelRule<ProjectSetOpTransposeRule.Config> implements TransformationRule
Planner rule that pushes a LogicalProject past a SetOp.

The children of the SetOp will project only the RexInputRefs referenced in the original LogicalProject.

See Also: