Uses of Class
io.trino.sql.planner.plan.RowNumberNode
Packages that use RowNumberNode
Package
Description
-
Uses of RowNumberNode in io.trino.cost
Methods 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
Methods 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