Module union

Module union 

Source
Expand description

The Union operator combines multiple inputs with the same schema

Structsยง

CombinedRecordBatchStream ๐Ÿ”’
CombinedRecordBatchStream can be used to combine a Vec of SendableRecordBatchStreams into one
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.
col_stats_union ๐Ÿ”’
stats_union ๐Ÿ”’
union_schema ๐Ÿ”’