Module: ActiveRecord::Refined::AST::Windowing
Overview
OVER, on the two things that can carry a window: an aggregate, and a function.
Instance Method Summary collapse
Instance Method Details
#over ⇒ Object
960 961 962 |
# File 'lib/active_record/refined/ast.rb', line 960 def over Over.new(self) end |