Struct elasticsearch_dsl::search::aggregations::metrics::SumAggregation [−][src]
pub struct SumAggregation { /* fields omitted */ }
Expand description
A single-value
metrics aggregation that sums up numeric values that are extracted from the
aggregated documents. These values can be extracted either from specific numeric or histogram fields.
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 SumAggregation
impl Send for SumAggregation
impl Sync for SumAggregation
impl Unpin for SumAggregation
impl UnwindSafe for SumAggregation
Blanket Implementations
Mutably borrows from an owned value. Read more