Type Alias datafusion_execution::SendableRecordBatchStream

source ·
pub type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream + Send>>;
Expand description

Trait for a Stream of RecordBatches

Aliased Type§

struct SendableRecordBatchStream { /* private fields */ }