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