Expand description
The Union operator combines multiple inputs with the same schema
Structsยง
- Combined
Record ๐Batch Stream - CombinedRecordBatchStream can be used to combine a Vec of SendableRecordBatchStreams into one
- Interleave
Exec - Combines multiple input streams by interleaving them.
- Union
Exec UnionExec:UNION ALLexecution 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.
- col_
stats_ ๐union - stats_
union ๐ - union_
schema ๐