Class ProjectJoinTransposeRule


  • public class ProjectJoinTransposeRule
    extends RelOptRule
    Planner rule that pushes a Project past a Join by splitting the projection into a projection on top of each child of the join.