Class ProjectWindowTransposeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class ProjectWindowTransposeRule extends RelRule<ProjectWindowTransposeRule.Config> implements TransformationRule
Planner rule that pushes a LogicalProject past a LogicalWindow.
See Also: