Type Alias lance_io::stream::BatchStream

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

Aliased Type§

struct BatchStream {}