pub type BatchStream = Pin<Box<dyn Stream<Item = Result<RecordBatch>> + Send>>;
Stream of RecordBatch results produced by a scan.
RecordBatch
pub struct BatchStream { /* private fields */ }