Class PushSortIntoExistingIndexRule


  • @API(EXPERIMENTAL)
    public class PushSortIntoExistingIndexRule
    extends PlannerRule<LogicalSortExpression>
    A rule that pushes a sort into a compatibly-ordered index scan, including one with existing comparisons (from filters or other sort orders) that might affect whether the index is compatibly ordered.