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