Class ValuesNextLongLong

java.lang.Object
org.elasticsearch.compute.aggregation.ValuesNextLongLong
All Implemented Interfaces:
Closeable, AutoCloseable, Releasable

public class ValuesNextLongLong extends Object implements Releasable
Helper for the ValuesLongAggregator and ValuesDoubleAggregator collecting values after the first in each group are collected in a hash, keyed by the pair of groupId and value.