Class ValueExtractorForTDigest

java.lang.Object
org.elasticsearch.compute.operator.topn.ValueExtractorForTDigest

public class ValueExtractorForTDigest extends Object
  • Method Details

    • writeValue

      public void writeValue(BreakingBytesRefBuilder values, int position)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRefCountedForShard

      @Nullable default org.elasticsearch.core.RefCounted getRefCountedForShard(int position)
      This should return a non-null value if the row is supposed to hold a temporary reference to a shard (including incrementing and decrementing it) in between encoding and decoding the row values.