All Superinterfaces:
Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.SingleValue, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentFragment
All Known Implementing Classes:
InternalSum, ParsedSum

public interface Sum
extends NumericMetricsAggregation.SingleValue
An aggregation that computes the sum of the values in the current bucket.
  • Method Details