Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
RepartitionExec in datafusion::physical_plan::repartition - Rust
[go: Go Back, main page]

Struct datafusion::physical_plan::repartition::RepartitionExec[][src]

pub struct RepartitionExec { /* fields omitted */ }
Expand description

The repartition operator maps N input partitions to M output partitions based on a partitioning scheme. No guarantees are made about the order of the resulting partitions.

Implementations

Input execution plan

Partitioning scheme to use

Create a new RepartitionExec

Trait Implementations

Formats the value using the given formatter. Read more

Return a reference to Any that can be used for downcasting

Get the schema for this execution plan

Get a list of child execution plans that provide the input for this plan. The returned list will be empty for leaf nodes, will contain a single value for unary nodes, or two values for binary nodes (such as joins). Read more

Returns a new plan where all children were replaced by new plans. The size of children must be equal to the size of ExecutionPlan::children(). Read more

Specifies the output partitioning scheme of this plan

creates an iterator

Return a snapshot of the set of Metrics for this ExecutionPlan. Read more

Format this ExecutionPlan to f in the specified type. Read more

Returns the global output statistics for this ExecutionPlan node.

Specifies the data distribution requirements of all the children for this operator

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.