Class ExponentialHistogramStates.SeenSingleState

java.lang.Object
org.elasticsearch.compute.aggregation.ExponentialHistogramStates.SeenSingleState
All Implemented Interfaces:
Closeable, AutoCloseable, AggregatorState, Releasable
Enclosing class:
ExponentialHistogramStates

public static final class ExponentialHistogramStates.SeenSingleState extends Object implements AggregatorState
A state holding a single ExponentialHistogram without a sort key. The intermediate state contains two values in order: the histogram, and a boolean specifying if a value was set or not.