Uses of Class
io.trino.sql.planner.plan.SortNode
Packages that use SortNode
-
Uses of SortNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type SortNodeMethods in io.trino.cost with parameters of type SortNodeModifier and TypeMethodDescriptionSortStatsRule.calculate(SortNode node, StatsCalculator.Context context) -
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 SortNodeMethods in io.trino.sql.planner.iterative.rule with parameters of type SortNodeModifier and TypeMethodDescriptionRemoveRedundantSort.apply(SortNode node, Captures captures, Rule.Context context) 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 SortNodeMethods in io.trino.sql.planner.plan with parameters of type SortNode