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

Trait for a stream of record batches.