Class SortRemoveConstantKeysRule

All Implemented Interfaces:
SubstitutionRule, TransformationRule

@Enclosing public class SortRemoveConstantKeysRule extends RelRule<SortRemoveConstantKeysRule.Config> implements SubstitutionRule
Planner rule that removes keys from a a Sort if those keys are known to be constant, or removes the entire Sort if all keys are constant.

Requires RelCollationTraitDef.