# File lib/arel/nodes/extract.rb, line 26
      def eql? other
        super &&
          self.field == other.field &&
          self.alias == other.alias
      end