Interface TDigestBlock.SerializedTDigestOutput

Enclosing interface:
TDigestBlock

public static interface TDigestBlock.SerializedTDigestOutput
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendBytesRef(org.apache.lucene.util.BytesRef bytesRef)
     
    void
    appendDouble(double value)
     
    void
    appendLong(long value)
     
  • Method Details

    • appendDouble

      void appendDouble(double value)
    • appendLong

      void appendLong(long value)
    • appendBytesRef

      void appendBytesRef(org.apache.lucene.util.BytesRef bytesRef)