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