Struct elasticsearch_dsl::search::aggregations::metrics::MaxAggregation [−][src]
pub struct MaxAggregation { /* fields omitted */ }
Expand description
A single-value
metrics aggregation that keeps track and returns the maximum value among the
numeric values extracted from the aggregated documents.
The
min
andmax
aggregation operate on thedouble
representation of the data. As a consequence, the result may be approximate when running on longs whose absolute value is greater than2^53
.
Implementations
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MaxAggregation
impl Send for MaxAggregation
impl Sync for MaxAggregation
impl Unpin for MaxAggregation
impl UnwindSafe for MaxAggregation
Blanket Implementations
Mutably borrows from an owned value. Read more