class Arel::Nodes::Window

def initialize

def initialize
  @orders = []
  @partitions = []
  @framing = nil
end