Expand description
DataFusion ExecutionPlan for Cypher DELETE and DETACH DELETE clauses.
Thin wrapper around MutationExec with a typed constructor that builds
the correct MutationKind::Delete variant.
Functions§
- new_
delete_ exec - Create a new
MutationExecconfigured for a DELETE clause.
Type Aliases§
- Mutation
Delete Exec - Type alias for a DELETE mutation execution plan.