# File lib/arel/window_predications.rb, line 4
    def over(expr = nil)
      Nodes::Over.new(self, expr)
    end