Uses of Class
io.trino.sql.planner.plan.UnnestNode
Packages that use UnnestNode
-
Uses of UnnestNode in io.trino.sql.planner.iterative.rule
Subclasses with type arguments of type UnnestNode in io.trino.sql.planner.iterative.ruleModifier and TypeClassDescriptionclassAbsorb pruning projection into the node.Classes in io.trino.sql.planner.iterative.rule that implement interfaces with type arguments of type UnnestNodeMethods 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