Class SortRemoveRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class SortRemoveRule extends RelRule<SortRemoveRule.Config> implements TransformationRule
Planner rule that removes a Sort if its input is already sorted.

Requires RelCollationTraitDef.

See Also: