Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
FileOpenFuture in datafusion::datasource::physical_plan - Rust
[go: Go Back, main page]

datafusion::datasource::physical_plan

Type Alias FileOpenFuture

source
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 {}