Class MeasureRules.ProjectSortMeasureRule

All Implemented Interfaces:
TransformationRule
Enclosing class:
MeasureRules

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