Module: Arel::WindowPredications
- Included in:
- Nodes::Filter, Nodes::Function
- Defined in:
- activerecord/lib/arel/window_predications.rb
Instance Method Summary collapse
Instance Method Details
#over(expr = nil) ⇒ Object
5 6 7 |
# File 'activerecord/lib/arel/window_predications.rb', line 5 def over(expr = nil) Nodes::Over.new(self, expr) end |