fn collect_lightweight_query_load_metrics_inner(
df_plan: &dyn ExecutionPlan,
level: usize,
record_batch_metrics: &mut RecordBatchMetrics,
)Expand description
Recursively walks the physical plan and reads raw metric values without formatting plan nodes.