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

public class ValuesNextLong extends Object implements org.elasticsearch.core.Releasable
Helper for the ValuesIntAggregator, ValuesFloatAggregator and ValuesBytesRefAggregator collecting values after the first in each group are collected in a hash, keyed by the pair of groupId and value.
  • Constructor Details

    • ValuesNextLong

      public ValuesNextLong(BlockFactory blockFactory)
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface org.elasticsearch.core.Releasable