Function datafusion::physical_plan::collect [−][src]
pub async fn collect(plan: Arc<dyn ExecutionPlan>) -> Result<Vec<RecordBatch>>
Execute the ExecutionPlan and collect the results in memory
pub async fn collect(plan: Arc<dyn ExecutionPlan>) -> Result<Vec<RecordBatch>>
Execute the ExecutionPlan and collect the results in memory