Uses of Class
io.trino.sql.planner.plan.SortNode
-
Packages that use SortNode Package Description io.trino.cost io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of SortNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type SortNode Modifier and Type Method Description Pattern<SortNode>SortStatsRule. getPattern()Methods in io.trino.cost with parameters of type SortNode Modifier and Type Method Description Optional<PlanNodeStatsEstimate>SortStatsRule. calculate(SortNode node, StatsProvider sourceStats, Lookup lookup, Session session, TypeProvider types) -
Uses of SortNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type SortNode Modifier and Type Method Description Pattern<SortNode>RemoveRedundantSort. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type SortNode Modifier and Type Method Description Rule.ResultRemoveRedundantSort. apply(SortNode node, Captures captures, Rule.Context context)protected Optional<PlanNode>PruneSortColumns. pushDownProjectOff(Rule.Context context, SortNode sortNode, Set<Symbol> referencedOutputs) -
Uses of SortNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type SortNode Modifier and Type Method Description static Pattern<SortNode>Patterns. sort()Methods in io.trino.sql.planner.plan with parameters of type SortNode Modifier and Type Method Description RPlanVisitor. visitSort(SortNode node, C context)
-