pub type FileOpenFuture = BoxFuture<'static, Result<BoxStream<'static, Result<RecordBatch, ArrowError>>>>;
Expand description
A fallible future that resolves to a stream of RecordBatch
Aliased Type§
struct FileOpenFuture { /* private fields */ }
pub type FileOpenFuture = BoxFuture<'static, Result<BoxStream<'static, Result<RecordBatch, ArrowError>>>>;
A fallible future that resolves to a stream of RecordBatch
struct FileOpenFuture { /* private fields */ }