Expand description
The Union operator combines multiple inputs with the same schema
Structs§
- Interleave
Exec - Combines multiple input streams by interleaving them.
- Union
Exec 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.