pub async fn collect_batches(
stream: SendableRecordBatchStream,
) -> Result<RecordBatches>
Expand description
Collect all the items from the stream into RecordBatches.
pub async fn collect_batches(
stream: SendableRecordBatchStream,
) -> Result<RecordBatches>
Collect all the items from the stream into RecordBatches.