Uses of Class
io.trino.sql.planner.plan.RowNumberNode
Packages that use RowNumberNode
Package
Description
-
Uses of RowNumberNode in io.trino.cost
Subclasses with type arguments of type RowNumberNode in io.trino.costMethods in io.trino.cost that return types with arguments of type RowNumberNodeMethods in io.trino.cost with parameters of type RowNumberNodeModifier and TypeMethodDescriptionRowNumberStatsRule.doCalculate(RowNumberNode node, StatsCalculator.Context context) -
Uses of RowNumberNode in io.trino.sql.planner.iterative.rule
Subclasses with type arguments of type RowNumberNode in io.trino.sql.planner.iterative.ruleMethods in io.trino.sql.planner.iterative.rule with parameters of type RowNumberNodeModifier and TypeMethodDescriptionPruneRowNumberColumns.pushDownProjectOff(Rule.Context context, RowNumberNode rowNumberNode, Set<Symbol> referencedOutputs) -
Uses of RowNumberNode in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return RowNumberNodeMethods in io.trino.sql.planner.optimizations with parameters of type RowNumberNode -
Uses of RowNumberNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type RowNumberNodeMethods in io.trino.sql.planner.plan with parameters of type RowNumberNode