Uses of Class
io.trino.sql.planner.plan.OutputNode
Packages that use OutputNode
-
Uses of OutputNode in io.trino.cost
Methods 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, StatsProvider sourceStats, Lookup lookup, Session session, TypeProvider types, TableStatsProvider tableStatsProvider) -
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 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