Skip to main content

Module mutation_set

Module mutation_set 

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

Type Aliases§

MutationSetExec
Type alias for a SET mutation execution plan.