Module datafusion_physical_plan::display
source · Expand description
Implementation of physical plan display. See
crate::displayable
for examples of how to format
Structs§
- A newtype wrapper to display
T
implementingDisplayAs
using theDefault
mode - Wraps an
ExecutionPlan
with various ways to display this plan - A wrapper to customize output ordering display.
- A wrapper to customize partitioned file display
- A newtype wrapper to display
T
implementingDisplayAs
using theVerbose
mode
Enums§
- Options for controlling how each
ExecutionPlan
should format itself
Traits§
- Trait for types which could have additional details when formatted in
Verbose
mode