Interface TDigestBlock.SerializedTDigestInput

Enclosing interface:
TDigestBlock

public static interface TDigestBlock.SerializedTDigestInput
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.util.BytesRef
    readBytesRef(org.apache.lucene.util.BytesRef scratch)
     
    double
     
    long
     
  • Method Details

    • readDouble

      double readDouble()
    • readLong

      long readLong()
    • readBytesRef

      org.apache.lucene.util.BytesRef readBytesRef(org.apache.lucene.util.BytesRef scratch)