Skip to main content

plan_join_from_select

Function plan_join_from_select 

Source
pub fn plan_join_from_select(
    select: &Select,
    scope: &TableScope,
    catalog: &dyn SqlCatalog,
    functions: &FunctionRegistry,
) -> Result<Option<SqlPlan>>
Expand description

Plan a JOIN from a SELECT statement with JOINs in FROM clause.