pub type FileOpenFuture = BoxFuture<'static, Result<BoxStream<'static, Result<RecordBatch>>>>;Expand description
A fallible future that resolves to a stream of [RecordBatch]
Aliased Typeยง
#[repr(transparent)]pub struct FileOpenFuture { /* private fields */ }