Function datafusion::physical_plan::execute_stream
source · [−]pub async fn execute_stream(
plan: Arc<dyn ExecutionPlan>,
runtime: Arc<RuntimeEnv>
) -> Result<SendableRecordBatchStream>
Expand description
Execute the ExecutionPlan and return a single stream of results