Struct datafusion::physical_plan::display::DisplayableExecutionPlan[][src]

pub struct DisplayableExecutionPlan<'a> { /* fields omitted */ }
Expand description

Wraps an ExecutionPlan with various ways to display this plan

Implementations

Create a wrapper around an [`‘ExecutionPlan’] which can be pretty printed in a variety of ways

Create a wrapper around an [`‘ExecutionPlan’] which can be pretty printed in a variety of ways that also shows aggregated metrics

Create a wrapper around an [`‘ExecutionPlan’] which can be pretty printed in a variety of ways that also shows all low level metrics

Return a formatable structure that produces a single line per node.

ProjectionExec: expr=[a]
  CoalesceBatchesExec: target_batch_size=4096
    FilterExec: a < 5
      RepartitionExec: partitioning=RoundRobinBatch(16)
        CsvExec: source=...",

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.