123456789_123456789_123456789_123456789_123456789_

Module: Arel::WindowPredications

Do not use. This module is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: activerecord/lib/arel/window_predications.rb

Instance Method Summary

Instance Method Details

#over(expr = nil)

[ GitHub ]

  
# File 'activerecord/lib/arel/window_predications.rb', line 5

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