Skip to main content

ReadBatchFut

Type Alias ReadBatchFut 

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

Aliased Typeยง

#[repr(transparent)]
pub struct ReadBatchFut { /* private fields */ }