Uses of Class
io.trino.sql.planner.plan.UnionNode
Packages that use UnionNode
-
Uses of UnionNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type UnionNodeMethods in io.trino.cost with parameters of type UnionNodeModifier and TypeMethodDescriptionprotected final Optional<PlanNodeStatsEstimate> UnionStatsRule.doCalculate(UnionNode node, StatsCalculator.Context context) -
Uses of UnionNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type UnionNodeModifier and TypeMethodDescriptionMergeUnion.getPattern()PruneUnionSourceColumns.getPattern()RemoveEmptyUnionBranches.getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type UnionNodeModifier and TypeMethodDescriptionMergeUnion.apply(UnionNode node, Captures captures, Rule.Context context) PruneUnionSourceColumns.apply(UnionNode node, Captures captures, Rule.Context context) RemoveEmptyUnionBranches.apply(UnionNode node, Captures captures, Rule.Context context) PruneUnionColumns.pushDownProjectOff(Rule.Context context, UnionNode unionNode, Set<Symbol> referencedOutputs) -
Uses of UnionNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type UnionNodeMethods in io.trino.sql.planner.plan with parameters of type UnionNode