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
MutationExecconfigured for a REMOVE clause.
Type Aliases§
- Mutation
Remove Exec - Type alias for a REMOVE mutation execution plan.