pub type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream + Send>>;Expand description
Trait for a Stream of RecordBatches
Aliased Typeยง
struct SendableRecordBatchStream {}pub type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream + Send>>;Trait for a Stream of RecordBatches
struct SendableRecordBatchStream {}