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

Trait for a stream of record batches.