Uses of Class
io.trino.sql.planner.plan.RowNumberNode
-
Packages that use RowNumberNode Package Description io.trino.cost io.trino.sql.planner.iterative.rule io.trino.sql.planner.optimizations io.trino.sql.planner.plan -
-
Uses of RowNumberNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type RowNumberNode Modifier and Type Method Description Pattern<RowNumberNode>RowNumberStatsRule. getPattern()Methods in io.trino.cost with parameters of type RowNumberNode Modifier and Type Method Description Optional<PlanNodeStatsEstimate>RowNumberStatsRule. doCalculate(RowNumberNode node, StatsProvider statsProvider, Lookup lookup, Session session, TypeProvider types) -
Uses of RowNumberNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule with parameters of type RowNumberNode Modifier and Type Method Description protected Optional<PlanNode>PruneRowNumberColumns. 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 RowNumberNode Modifier and Type Method Description RowNumberNodeSymbolMapper. map(RowNumberNode node, PlanNode source)Methods in io.trino.sql.planner.optimizations with parameters of type RowNumberNode Modifier and Type Method Description RowNumberNodeSymbolMapper. map(RowNumberNode node, PlanNode source) -
Uses of RowNumberNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type RowNumberNode Modifier and Type Method Description static Pattern<RowNumberNode>Patterns. rowNumber()Methods in io.trino.sql.planner.plan with parameters of type RowNumberNode Modifier and Type Method Description RPlanVisitor. visitRowNumber(RowNumberNode node, C context)
-