Expand description
Stream wrappers for physical operators
Structs§
- Batch
Split Stream - Stream wrapper that splits large [
RecordBatch]es into smaller batches. - Empty
Record Batch Stream EmptyRecordBatchStreamcan be used to create aRecordBatchStreamthat will produce no results- Observed
Stream 🔒 - Stream wrapper that records
BaselineMetricsfor a particular[SendableRecordBatchStream](likely a partition) - Receiver
Stream 🔒Builder - Creates a stream from a collection of producing tasks, routing panics to the stream.
- Record
Batch Receiver Stream Builder - Builder for
RecordBatchReceiverStreamthat propagates errors and panic’s correctly. - Record
Batch Stream Adapter - Combines a [
Stream] with a [SchemaRef] implementingSendableRecordBatchStreamfor the combination