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
SendableRecordBatchStream in datafusion::execution - Rust
[go: Go Back, main page]

Type Alias datafusion::execution::SendableRecordBatchStream

source ·
pub type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream<Item = Result<RecordBatch, DataFusionError>> + Send>>;
Expand description

Trait for a Stream of RecordBatches

Aliased Type§

struct SendableRecordBatchStream { /* private fields */ }