Struct rs_es::operations::search::aggregations::Global [] [src]

pub struct Global<'a> {
    // some fields omitted
}

Global aggregation, defines a single global bucket. Can only be used as a top-level aggregation. See: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-global-aggregation.html

Methods

impl<'a> Global<'a>

fn new() -> Global<'a>

Trait Implementations

impl<'a> ToJson for Global<'a>

fn to_json(&self) -> Json

Derived Implementations

impl<'a> Debug for Global<'a>

fn fmt(&self, __arg_0: &mut Formatter) -> Result