Skip to main content

Module mutation_delete

Module mutation_delete 

Source
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 MutationExec configured for a DELETE clause.

Type Aliases§

MutationDeleteExec
Type alias for a DELETE mutation execution plan.