struct Elasticsearch::Aggregations::Boxplot

Included Modules

Defined in:

elasticsearch.cr

Constructors

Instance Method Summary

Macro 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 lower : Float64 #

def max : Float64 #

def min : Float64 #

def q1 : Float64 #

def q2 : Float64 #

def q3 : Float64 #

def upper : Float64 #

Macro Detail

macro field(var) #

[View source]