Function lance_datafusion::exec::execute_plan
source · pub fn execute_plan(
plan: Arc<dyn ExecutionPlan>,
options: LanceExecutionOptions
) -> Result<SendableRecordBatchStream>Expand description
Executes a plan using default session & runtime configuration
Only executes a single partition. Panics if the plan has more than one partition.