# File lib/arel/nodes/update_statement.rb, line 22
      def hash
        [@relation, @wheres, @values, @orders, @limit, @key].hash
      end