Uses of Class
io.trino.sql.planner.plan.SortNode
Packages that use SortNode
-
Uses of SortNode in io.trino.cost
Classes in io.trino.cost that implement interfaces with type arguments of type SortNodeMethods 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
Subclasses with type arguments of type SortNode in io.trino.sql.planner.iterative.ruleClasses in io.trino.sql.planner.iterative.rule that implement interfaces with type arguments of type SortNodeMethods 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