pub type ReadBatchFut = BoxFuture<'static, Result<RecordBatch>>;
struct ReadBatchFut { /* private fields */ }