class Arel::Nodes::Window

def eql?(other)

def eql?(other)
  self.class == other.class &&
    self.orders == other.orders &&
    self.framing == other.framing &&
    self.partitions == other.partitions
end