Skip to main content

execute

Function execute 

Source
pub fn execute(
    value: &Value,
    expression: &Expression,
) -> Result<Vec<Value>, PickError>
Expand description

Execute a full expression (comma-separated pipelines) and return the union of all pipeline results.