Module org.elasticsearch.compute
Package org.elasticsearch.compute.data
Interface TDigestBlock.SerializedTDigestInput
- Enclosing interface:
TDigestBlock
public static interface TDigestBlock.SerializedTDigestInput
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.util.BytesRefreadBytesRef(org.apache.lucene.util.BytesRef scratch) doublelongreadLong()
-
Method Details
-
readDouble
double readDouble() -
readLong
long readLong() -
readBytesRef
org.apache.lucene.util.BytesRef readBytesRef(org.apache.lucene.util.BytesRef scratch)
-