Skip to main content

BatchStream

Type Alias BatchStream 

Source
pub type BatchStream = Pin<Box<dyn Stream<Item = Result<RecordBatch>> + Send>>;
Expand description

Stream of RecordBatch results produced by a scan.

Aliased Typeยง

pub struct BatchStream { /* private fields */ }