Uses of Class
io.trino.sql.planner.plan.OutputNode
Packages that use OutputNode
Package
Description
-
Uses of OutputNode in io.trino.cost
Classes in io.trino.cost that implement interfaces with type arguments of type OutputNodeMethods in io.trino.cost that return types with arguments of type OutputNodeMethods in io.trino.cost with parameters of type OutputNodeModifier and TypeMethodDescriptionOutputStatsRule.calculate(OutputNode node, StatsCalculator.Context context) -
Uses of OutputNode in io.trino.operator
Methods in io.trino.operator with parameters of type OutputNodeModifier and TypeMethodDescriptionstatic List<OutputColumn> OutputSpoolingOperatorFactory.spooledOutputLayout(OutputNode outputNode, Map<Symbol, Integer> layout) -
Uses of OutputNode in io.trino.sql.planner.iterative.rule
Classes in io.trino.sql.planner.iterative.rule that implement interfaces with type arguments of type OutputNodeMethods in io.trino.sql.planner.iterative.rule that return types with arguments of type OutputNodeMethods in io.trino.sql.planner.iterative.rule with parameters of type OutputNodeModifier and TypeMethodDescriptionPruneOutputSourceColumns.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 OutputNodeMethods in io.trino.sql.planner.plan with parameters of type OutputNode