# File lib/arel/nodes/window.rb, line 40
      def eql? other
        self.class == other.class &&
          self.orders == other.orders &&
          self.framing == other.framing
      end