pub fn get_plan_string(plan: &Arc<dyn ExecutionPlan>) -> Vec<String>
Expand description
Utility function yielding a string representation of the given ExecutionPlan
.
pub fn get_plan_string(plan: &Arc<dyn ExecutionPlan>) -> Vec<String>
Utility function yielding a string representation of the given ExecutionPlan
.