lance_datafusion::exec

Function 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.