Function datafusion_physical_plan::execution_plan::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
.