# File lib/rbatis.rb, line 169
    def extend(overriding_fields)
      ResultMap.new(factory, fields.merge(overriding_fields))
    end