Class DeltaOnlyHistogramMergeOverTimeExponentialHistogramAggregator

java.lang.Object
org.elasticsearch.compute.aggregation.DeltaOnlyHistogramMergeOverTimeExponentialHistogramAggregator

public class DeltaOnlyHistogramMergeOverTimeExponentialHistogramAggregator extends Object
Grouping aggregator for histogram_merge_over_time with exponential histogram values. Delegates to HistogramMergeExponentialHistogramAggregator for the actual merge, but reads temporality from an additional channel and defaults null to Temporality.DELTA. Cumulative temporality is unsupported and produces a warning; affected values are skipped.