class Druid::PostAggregationConstant
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
# File lib/druid/post_aggregation.rb, line 177 def initialize(attributes = {}) super @type = 'constant' end
Public Instance Methods
field_names()
click to toggle source
# File lib/druid/post_aggregation.rb, line 182 def field_names [] end