Module: ActiveRecord::Refined::AST::Windowing
- Included in:
- Aggregate, Function, JsonAggregate, StringAggregate
- Defined in:
- lib/active_record/refined/ast.rb
Overview
OVER, on the two things that can carry a window: an aggregate, and a function.
Instance Method Summary collapse
-
#over ⇒ AST::Over
OVER (), an empty window to be filled by Over#partition, Over#order, Over#rows and Over#range.
Instance Method Details
#over ⇒ AST::Over
OVER (), an empty window to be filled by Over#partition,
Over#order, Over#rows and Over#range.
1492 1493 1494 |
# File 'lib/active_record/refined/ast.rb', line 1492 def over Over.new(self) end |