Class CalcMergeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class CalcMergeRule extends RelRule<CalcMergeRule.Config> implements TransformationRule
Planner rule that merges a Calc onto a Calc.

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

See Also: