Skip to main content

run_plan

Function run_plan 

Source
pub fn run_plan<F>(
    plan: Option<&ExecutionPlanSpec>,
    ops: &[OpSpec],
    exec: F,
) -> Result<RunResult, PlanFailure>
where F: FnMut(&OpSpec, Option<&Value>) -> ExecOutcome,
Expand description

Run the plan. exec(op, bound_value) returns the node outcome (mock).