Class MeasureRules.FilterSortMeasureRule

All Implemented Interfaces:
TransformationRule
Enclosing class:
MeasureRules

public static class MeasureRules.FilterSortMeasureRule extends RelRule<MeasureRules.FilterSortMeasureRuleConfig> implements TransformationRule
Rule that matches a Filter that contains a M2V call on top of a Sort and pushes down the M2V call.
See Also: