Module display

Source
Expand description

Implementation of physical plan display. See crate::displayable for examples of how to format

Structs§

DefaultDisplay
A new type wrapper to display T implementingDisplayAs using the Default mode
DisplayableExecutionPlan
Wraps an ExecutionPlan with various methods for formatting
ProjectSchemaDisplay
A wrapper to customize partitioned file display
VerboseDisplay
A new type wrapper to display T implementing DisplayAs using the Verbose mode

Enums§

DisplayFormatType
Options for controlling how each ExecutionPlan should format itself

Traits§

DisplayAs
Trait for types which could have additional details when formatted in Verbose mode

Functions§

display_orderings