new()
No documentation available.
# File activerecord/lib/arel/nodes/window.rb, line 8 def initialize @orders = [] @partitions = [] @framing = nil end