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