Uses of Class
io.trino.sql.planner.plan.UnionNode
-
Packages that use UnionNode Package Description io.trino.cost io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of UnionNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type UnionNode Modifier and Type Method Description Pattern<UnionNode>UnionStatsRule. getPattern()Methods in io.trino.cost with parameters of type UnionNode Modifier and Type Method Description protected Optional<PlanNodeStatsEstimate>UnionStatsRule. doCalculate(UnionNode node, StatsProvider statsProvider, Lookup lookup, Session session, TypeProvider types) -
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 UnionNode Modifier and Type Method Description Pattern<UnionNode>MergeUnion. getPattern()Pattern<UnionNode>PruneUnionSourceColumns. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type UnionNode Modifier and Type Method Description Rule.ResultMergeUnion. apply(UnionNode node, Captures captures, Rule.Context context)Rule.ResultPruneUnionSourceColumns. apply(UnionNode node, Captures captures, Rule.Context context)protected Optional<PlanNode>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 UnionNode Modifier and Type Method Description static Pattern<UnionNode>Patterns. union()Methods in io.trino.sql.planner.plan with parameters of type UnionNode Modifier and Type Method Description RPlanVisitor. visitUnion(UnionNode node, C context)
-