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



821
822
823
# File 'lib/active_record/refined/ast.rb', line 821

def over
  Over.new(self)
end