Type Definition datafusion::physical_plan::SendableRecordBatchStream[][src]

type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream + Send + Sync>>;

Trait for a stream of record batches.