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.
pub fn execute_physical_plan(
cache: &TableCache,
physical_plan: &PhysicalPlan,
) -> ExecutionResult<Vec<Rc<Row>>>Executes a pre-compiled physical plan. This is faster than execute_plan because it skips optimization.