Module: ActiveRecord::Refined::AST::Windowing

Included in:
Aggregate, Function
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

Instance Method Details

#overObject



825
826
827
# File 'lib/active_record/refined/ast.rb', line 825

def over
  Over.new(self)
end