Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
displayable in datafusion::physical_plan::execution_plan - Rust
[go: Go Back, main page]

Function displayable

Source
pub fn displayable(plan: &dyn ExecutionPlan) -> DisplayableExecutionPlan<'_>
Expand description

Return a DisplayableExecutionPlan wrapper around an ExecutionPlan which can be displayed in various easier to understand ways.

See examples on DisplayableExecutionPlan