Skip to main content

execute_remove

Function execute_remove 

Source
pub fn execute_remove(
    source_records: Vec<Record>,
    items: &[RemoveItem],
    engine: &mut StorageEngine,
    params: &Params,
    scalar_fns: &dyn ScalarFnLookup,
    trigger_fns: &dyn TriggerLookup,
) -> Result<Vec<Record>, ExecutionError>
Expand description

Execute REMOVE operations (remove properties or labels).