struct Elasticsearch::Query::Aggregations::Percentiles
- Elasticsearch::Query::Aggregations::Percentiles
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
query.crConstructors
- .new(field : String, percents : Array(Int64 | Float64) | Array(Int64) | Array(Float64))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(field _field = @field, percents _percents = @percents)
- #field : String
- #percents : Array(Int64 | Float64) | Array(Int64) | Array(Float64)
Constructor Detail
def self.new(field : String, percents : Array(Int64 | Float64) | Array(Int64) | Array(Float64))
#