datafusion_physical_plan::execution_plan

Function get_plan_string

Source
pub fn get_plan_string(plan: &Arc<dyn ExecutionPlan>) -> Vec<String>
Expand description

Utility function yielding a string representation of the given ExecutionPlan.