pub fn plan_nested_query(
    qcx: &mut QueryContext<'_>,
    q: &Query<Aug>
) -> Result<(HirRelationExpr, Scope), PlanError>