Type Alias BatchStream

Source
pub type BatchStream = BoxStream<'static, Result<RecordBatch>>;

Aliased Typeยง

pub struct BatchStream { /* private fields */ }