Class: ActiveReporter::Aggregator::Max
- Defined in:
- lib/active_reporter/aggregator/max.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#aggregate, #default_value, #initialize, #sql_value_name
Constructor Details
This class inherits a constructor from ActiveReporter::Aggregator::Base
Instance Method Details
#function ⇒ Object
4 5 6 |
# File 'lib/active_reporter/aggregator/max.rb', line 4 def function "MAX(#{expression})" end |