Class TDigestStates.WithLongSingleState

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

public static final class TDigestStates.WithLongSingleState extends Object implements AggregatorState
A state consisting of a single long value with a TDigestHolder. The intermediate state contains three values in order: the long, the digest, and a boolean specifying if a value was set or not.
  • Constructor Details

    • WithLongSingleState

      public WithLongSingleState(CircuitBreaker breaker)
  • Method Details