Function datafusion_physical_plan::execution_plan::collect
source ยท pub async fn collect(
plan: Arc<dyn ExecutionPlan>,
context: Arc<TaskContext>,
) -> Result<Vec<RecordBatch>>
Expand description
Execute the ExecutionPlan and collect the results in memory