Module datafusion::physical_plan::union
source · Expand description
The Union operator combines multiple inputs with the same schema
Structs
- CombinedRecordBatchStream can be used to combine a Vec of SendableRecordBatchStreams into one
UnionExec
:UNION ALL
execution plan.