Skip to main content

execute_physical_plan

Function execute_physical_plan 

Source
pub fn execute_physical_plan(
    cache: &TableCache,
    physical_plan: &PhysicalPlan,
) -> ExecutionResult<Vec<Rc<Row>>>
Expand description

Executes a pre-compiled physical plan. This is faster than execute_plan because it skips optimization.