Module stream

Module stream 

Source
Expand description

Stream wrappers for physical operators

Structs§

BatchSplitStream
Stream wrapper that splits large RecordBatches into smaller batches.
EmptyRecordBatchStream
EmptyRecordBatchStream can be used to create a RecordBatchStream that will produce no results
RecordBatchReceiverStreamBuilder
Builder for RecordBatchReceiverStream that propagates errors and panic’s correctly.
RecordBatchStreamAdapter
Combines a [Stream] with a SchemaRef implementing SendableRecordBatchStream for the combination