Uses of Class
io.trino.sql.planner.plan.UnnestNode
-
Packages that use UnnestNode Package Description io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of UnnestNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type UnnestNode Modifier and Type Method Description Pattern<UnnestNode>PruneUnnestSourceColumns. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type UnnestNode Modifier and Type Method Description Rule.ResultPruneUnnestSourceColumns. apply(UnnestNode node, Captures captures, Rule.Context context)protected Optional<PlanNode>PruneUnnestColumns. pushDownProjectOff(Rule.Context context, UnnestNode unnestNode, Set<Symbol> referencedOutputs) -
Uses of UnnestNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type UnnestNode Modifier and Type Method Description static Pattern<UnnestNode>Patterns. unnest()Methods in io.trino.sql.planner.plan with parameters of type UnnestNode Modifier and Type Method Description RPlanVisitor. visitUnnest(UnnestNode node, C context)
-