Function datafusion_physical_plan::displayable
source · pub fn displayable(plan: &dyn ExecutionPlan) -> DisplayableExecutionPlan<'_>Expand description
Return a wrapper around an
ExecutionPlan which can be displayed in various easier to
understand ways.