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.
pub fn plan_join_from_select(
select: &Select,
scope: &TableScope,
catalog: &dyn SqlCatalog,
functions: &FunctionRegistry,
) -> Result<Option<SqlPlan>>Plan a JOIN from a SELECT statement with JOINs in FROM clause.