pub type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream + Send>>;
Expand description

Trait for a [Stream] of [RecordBatch]es

Aliased Type§

struct SendableRecordBatchStream { /* private fields */ }