# File lib/postgres_ext/active_record/relation/query_methods.rb, line 206
    def build_arel_with_extensions
      arel = build_arel_without_extensions

      build_with(arel)

      build_rank(arel, rank_value) if rank_value

      arel
    end