Uses of Class
io.trino.sql.planner.plan.DeleteNode
-
Packages that use DeleteNode Package Description io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of DeleteNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type DeleteNode Modifier and Type Method Description Pattern<DeleteNode>PruneDeleteSourceColumns. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type DeleteNode Modifier and Type Method Description Rule.ResultPruneDeleteSourceColumns. apply(DeleteNode deleteNode, Captures captures, Rule.Context context) -
Uses of DeleteNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type DeleteNode Modifier and Type Method Description static Pattern<DeleteNode>Patterns. delete()Methods in io.trino.sql.planner.plan with parameters of type DeleteNode Modifier and Type Method Description RPlanVisitor. visitDelete(DeleteNode node, C context)
-