Class ValuesNextLongLong

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

public class ValuesNextLongLong extends Object implements org.elasticsearch.core.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.
  • Constructor Details

    • ValuesNextLongLong

      public ValuesNextLongLong(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