module Axiom::Aggregate::Count::Methods

Public Instance Methods

count() click to toggle source

Return a count aggregate function

@example

count = attribute.count

@param [Attribute]

@return [Count]

@api public

# File lib/axiom/aggregate/count.rb, line 51
def count
  Count.new(self)
end