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
datafusion::execution::physical_plan::merge - Rust
[go: Go Back, main page]

[][src]Module datafusion::execution::physical_plan::merge

Defines the merge plan for executing partitions in parallel and then merging the results into a single partition

Structs

MergeExec

Merge execution plan executes partitions in parallel and combines them into a single partition. No guarantees are made about the order of the resulting partition.