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ยง
pub struct FileOpenFuture { /* private fields */ }