ReadBatchFut

Type Alias ReadBatchFut 

Source
pub type ReadBatchFut = BoxFuture<'static, Result<RecordBatch>>;

Aliased Typeยง

pub struct ReadBatchFut { /* private fields */ }