Module datafusion_physical_plan::sorts::streaming_merge
source · Expand description
Merge that deals with an arbitrary size of streaming inputs. This is an order-preserving merge.
Functions§
- Perform a streaming merge of
SendableRecordBatchStream
based on provided sort expressions while preserving order.