Class ProjectCalcMergeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class ProjectCalcMergeRule extends RelRule<ProjectCalcMergeRule.Config> implements TransformationRule
Planner rule that merges a Project and a Calc.

The resulting Calc has the same project list as the original Project, but expressed in terms of the original Calc's inputs.

See Also: