Skip to main content

append_plan_node_summary

Function append_plan_node_summary 

Source
fn append_plan_node_summary(
    plan: &Plan,
    node_index: usize,
    depth: usize,
    out: &mut Vec<String>,
)
Expand description

Append one node and its descendants to the human-readable plan summary.