Type Alias ReadBatchFut

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

Aliased Typeยง

struct ReadBatchFut {}