class Arel::Nodes::Window

def initialize_copy(other)

def initialize_copy(other)
  super
  @orders = @orders.map { |x| x.clone }
end