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

Module union

Source
Expand description

The Union operator combines multiple inputs with the same schema

Structs§

InterleaveExec
Combines multiple input streams by interleaving them.
UnionExec
UnionExec: UNION ALL execution plan.

Functions§

can_interleave
If all the input partitions have the same Hash partition spec with the first_input_partition The InterleaveExec is partition aware.