Skip to main content

new_remove_exec

Function new_remove_exec 

Source
pub fn new_remove_exec(
    input: Arc<dyn ExecutionPlan>,
    items: Vec<RemoveItem>,
    mutation_ctx: Arc<MutationContext>,
) -> MutationExec
Expand description

Create a new MutationExec configured for a REMOVE clause.