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
TimplementingDisplayAsusing theDefaultmode - Displayable
Execution Plan - Wraps an
ExecutionPlanwith various methods for formatting - Project
Schema Display - A wrapper to customize partitioned file display
- Verbose
Display - A new type wrapper to display
TimplementingDisplayAsusing theVerbosemode
Enums§
- Display
Format Type - Options for controlling how each
ExecutionPlanshould format itself
Traits§
- Display
As - Trait for types which could have additional details when formatted in
Verbosemode