Expand description
Implementation of physical plan display. See
crate::displayable for examples of how to format
Structs§
- A newtype wrapper to display
TimplementingDisplayAsusing theDefaultmode - Wraps an
ExecutionPlanwith various ways to display this plan - A wrapper to customize partitioned file display
- A newtype wrapper to display
TimplementingDisplayAsusing theVerbosemode
Enums§
- Options for controlling how each
ExecutionPlanshould format itself
Traits§
- Trait for types which could have additional details when formatted in
Verbosemode