pub fn output_execution_plan(
commands: Vec<PlannedCommand>,
parallel: Option<bool>,
)Expand description
Serialize and print an execution plan to stdout.
pub fn output_execution_plan(
commands: Vec<PlannedCommand>,
parallel: Option<bool>,
)Serialize and print an execution plan to stdout.