Type Alias datafusion_execution::SendableRecordBatchStream
source · pub type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream + Send>>;
Expand description
Trait for a Stream
of RecordBatch
es
Aliased Type§
struct SendableRecordBatchStream {}