Uses of Class
io.trino.sql.planner.plan.UpdateNode
-
Packages that use UpdateNode Package Description io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of UpdateNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type UpdateNode Modifier and Type Method Description Pattern<UpdateNode>PruneUpdateSourceColumns. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type UpdateNode Modifier and Type Method Description Rule.ResultPruneUpdateSourceColumns. apply(UpdateNode updateNode, Captures captures, Rule.Context context) -
Uses of UpdateNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type UpdateNode Modifier and Type Method Description static Pattern<UpdateNode>Patterns. update()Methods in io.trino.sql.planner.plan with parameters of type UpdateNode Modifier and Type Method Description RPlanVisitor. visitUpdate(UpdateNode node, C context)
-