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

Expand description

The repartition operator maps N input partitions to M output partitions based on a partitioning scheme (according to flag preserve_order ordering can be preserved during repartitioning if its input is ordered).

Structs

  • A utility that can be used to partition batches based on Partitioning
  • 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.