Class ProjectSetOpTransposeRule


  • public class ProjectSetOpTransposeRule
    extends RelOptRule
    Planner rule that pushes a LogicalProject past a SetOp.

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