Skip to main content

Module mutation_remove

Module mutation_remove 

Source
Expand description

DataFusion ExecutionPlan for Cypher REMOVE clauses.

Thin wrapper around MutationExec with a typed constructor that builds the correct MutationKind::Remove variant.

Functions§

new_remove_exec
Create a new MutationExec configured for a REMOVE clause.

Type Aliases§

MutationRemoveExec
Type alias for a REMOVE mutation execution plan.