Expand description
DataFusion ExecutionPlan for Cypher SET clauses.
Thin wrapper around MutationExec with a typed constructor that builds
the correct MutationKind::Set variant.
Functions§
- new_
set_ exec - Create a new
MutationExecconfigured for a SET clause.
Type Aliases§
- Mutation
SetExec - Type alias for a SET mutation execution plan.