Class: Druid::PostAggregationHistogramMax

Inherits:
PostAggregation show all
Defined in:
lib/druid/post_aggregation.rb

Instance Attribute Summary

Attributes inherited from PostAggregation

#fieldName, #fieldNames, #fields, #fn, #function, #name, #numBuckets, #type, #value

Instance Method Summary collapse

Methods inherited from PostAggregation

#js, #method_missing

Constructor Details

#initialize(attributes = {}) ⇒ PostAggregationHistogramMax

Returns a new instance of PostAggregationHistogramMax.



249
250
251
252
# File 'lib/druid/post_aggregation.rb', line 249

def initialize(attributes = {})
  super
  @type = "max"
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Druid::PostAggregation