Function datafusion_physical_plan::common::collect
source ยท pub async fn collect(
stream: SendableRecordBatchStream,
) -> Result<Vec<RecordBatch>>
Expand description
Create a vector of record batches from a stream
pub async fn collect(
stream: SendableRecordBatchStream,
) -> Result<Vec<RecordBatch>>
Create a vector of record batches from a stream