Class SortRemoveConstantKeysRule


  • public class SortRemoveConstantKeysRule
    extends RelOptRule
    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.