Uses of Class
io.trino.sql.planner.plan.UnnestNode
Packages that use UnnestNode
-
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 UnnestNodeMethods in io.trino.sql.planner.iterative.rule with parameters of type UnnestNodeModifier and TypeMethodDescriptionPruneUnnestSourceColumns.apply(UnnestNode node, Captures captures, Rule.Context context) 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 UnnestNodeMethods in io.trino.sql.planner.plan with parameters of type UnnestNode