pub fn execute_plan_debug(
cache: &TableCache,
table_name: &str,
plan: LogicalPlan,
) -> ExecutionResult<Vec<Rc<Row>>>Expand description
Executes a logical plan with optional debug output.
pub fn execute_plan_debug(
cache: &TableCache,
table_name: &str,
plan: LogicalPlan,
) -> ExecutionResult<Vec<Rc<Row>>>Executes a logical plan with optional debug output.