module Arel::WindowPredications

def over(expr = nil)

def over(expr = nil)
  Nodes::Over.new(self, expr)
end