Uses of Class
io.trino.sql.planner.plan.UnionNode
Packages that use UnionNode
-
Uses of UnionNode in io.trino.cost
Subclasses with type arguments of type UnionNode in io.trino.costMethods 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
Subclasses with type arguments of type UnionNode in io.trino.sql.planner.iterative.ruleClasses in io.trino.sql.planner.iterative.rule that implement interfaces with type arguments of type UnionNodeModifier and TypeClassDescriptionclassTransforms:classclassRemoves branches from a UnionNode that are guaranteed to produce 0 rows.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