fn append_plan_node_summary( plan: &Plan, node_index: usize, depth: usize, out: &mut Vec<String>, )
Append one node and its descendants to the human-readable plan summary.