[−][src]Function datafusion::physical_plan::collect
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