Class ResultBuilderForAggregateMetricDouble

java.lang.Object
org.elasticsearch.compute.operator.topn.ResultBuilderForAggregateMetricDouble
All Implemented Interfaces:
Closeable, AutoCloseable, org.elasticsearch.core.Releasable

public class ResultBuilderForAggregateMetricDouble extends Object
  • Method Details

    • decodeKey

      public void decodeKey(org.apache.lucene.util.BytesRef keys)
    • decodeValue

      public void decodeValue(org.apache.lucene.util.BytesRef values)
    • build

      public Block build()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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
    • setNextRefCounted

      default void setNextRefCounted(@Nullable org.elasticsearch.core.RefCounted nextRefCounted)
      Sets the RefCounted value, which was extracted by ValueExtractor.getRefCountedForShard(int). By default, this is a no-op, since most builders do not the shard ref counter.