Skip to main content

execute_plan_debug

Function execute_plan_debug 

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