Class FilterCalcMergeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class FilterCalcMergeRule extends RelRule<FilterCalcMergeRule.Config> implements TransformationRule
Planner rule that merges a Filter and a Calc. The result is a Calc whose filter condition is the logical AND of the two.
See Also: