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