Class: Druid::PostAggregationHistogramMin

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 = {}) ⇒ PostAggregationHistogramMin

Returns a new instance of PostAggregationHistogramMin.



242
243
244
245
# File 'lib/druid/post_aggregation.rb', line 242

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

Dynamic Method Handling

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