Class ProjectCorrelateTransposeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class ProjectCorrelateTransposeRule extends RelRule<ProjectCorrelateTransposeRule.Config> implements TransformationRule
Planner rule that pushes a Project under Correlate to apply on Correlate's left and right inputs.
See Also: