Class FilterSortTransposeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class FilterSortTransposeRule extends RelRule<FilterSortTransposeRule.Config> implements TransformationRule
Rule that transforms a Filter on top of a Sort into a Sort on top of a Filter.