Enum rs_es::operations::search::aggregations::AggregationResult [] [src]

pub enum AggregationResult {
    Metrics(MetricsAggregationResult),
    Bucket(BucketAggregationResult),
}

The result of one specific aggregation

The data returned varies depending on aggregation type

Variants

Results of metrics aggregations

Result of a bucket aggregation

Methods

impl AggregationResult
[src]

impl AggregationResult
[src]

Trait Implementations

impl Debug for AggregationResult
[src]

Formats the value using the given formatter.