Expand description
Implementation of physical plan display. See
crate::displayable
for examples of how to format
Structs§
- Default
Display - A new type wrapper to display
T
implementingDisplayAs
using theDefault
mode - Displayable
Execution Plan - Wraps an
ExecutionPlan
with various methods for formatting - Project
Schema Display - A wrapper to customize partitioned file display
- Verbose
Display - A new type wrapper to display
T
implementingDisplayAs
using theVerbose
mode
Enums§
- Display
Format Type - Options for controlling how each
ExecutionPlan
should format itself
Traits§
- Display
As - Trait for types which could have additional details when formatted in
Verbose
mode