Class DeltaOnlyHistogramMergeOverTimeTDigestAggregator

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

public class DeltaOnlyHistogramMergeOverTimeTDigestAggregator extends Object
Grouping aggregator for histogram_merge_over_time with TDigest values. Delegates to HistogramMergeTDigestAggregator 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.