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