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