Uses of Interface
io.trino.sql.planner.plan.ApplyNode.SetExpression
Packages that use ApplyNode.SetExpression
-
Uses of ApplyNode.SetExpression in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return ApplyNode.SetExpressionMethods in io.trino.sql.planner.optimizations with parameters of type ApplyNode.SetExpression -
Uses of ApplyNode.SetExpression in io.trino.sql.planner.plan
Classes in io.trino.sql.planner.plan that implement ApplyNode.SetExpressionModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in io.trino.sql.planner.plan that return types with arguments of type ApplyNode.SetExpressionConstructor parameters in io.trino.sql.planner.plan with type arguments of type ApplyNode.SetExpressionModifierConstructorDescriptionApplyNode(PlanNodeId id, PlanNode input, PlanNode subquery, Map<Symbol, ApplyNode.SetExpression> subqueryAssignments, List<Symbol> correlation, Node originSubquery)