Uses of Class
io.trino.sql.planner.plan.OutputNode
-
Packages that use OutputNode Package Description io.trino.cost io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of OutputNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type OutputNode Modifier and Type Method Description Pattern<OutputNode>OutputStatsRule. getPattern()Methods in io.trino.cost with parameters of type OutputNode Modifier and Type Method Description Optional<PlanNodeStatsEstimate>OutputStatsRule. calculate(OutputNode node, StatsProvider sourceStats, Lookup lookup, Session session, TypeProvider types) -
Uses of OutputNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type OutputNode Modifier and Type Method Description Pattern<OutputNode>PruneOutputSourceColumns. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type OutputNode Modifier and Type Method Description Rule.ResultPruneOutputSourceColumns. apply(OutputNode outputNode, Captures captures, Rule.Context context) -
Uses of OutputNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type OutputNode Modifier and Type Method Description static Pattern<OutputNode>Patterns. output()Methods in io.trino.sql.planner.plan with parameters of type OutputNode Modifier and Type Method Description RPlanVisitor. visitOutput(OutputNode node, C context)
-