common_recordbatch::adapter

Function one_line

Source
fn one_line(plan: &dyn ExecutionPlan, verbose: bool) -> impl Display + '_
Expand description

Returns a single-line summary of the root of the plan. If the verbose flag is set, it will display detailed information about the plan.