struct Elasticsearch::Aggregations::Stats

Included Modules

Defined in:

elasticsearch.cr

Constructors

Instance Method Summary

Class methods inherited from module Elasticsearch::Aggregations::Aggregation

from_json(pull : JSON::PullParser) from_json

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def avg : Int64 | Float64 #

[View source]
def count : Int64 #

[View source]
def max : Int64 | Float64 #

[View source]
def min : Int64 | Float64 #

[View source]
def sum : Int64 | Float64 #

[View source]