Function plan_table_with_joins

Source
fn plan_table_with_joins(
    qcx: &QueryContext<'_>,
    table_with_joins: &TableWithJoins<Aug>,
) -> Result<(HirRelationExpr, Scope), PlanError>