class Arel::Nodes::Window

def rows(expr = nil)

def rows(expr = nil)
  if @framing
    Rows.new(expr)
  else
    frame(Rows.new(expr))
  end
end