Module org.elasticsearch.compute
Package org.elasticsearch.compute.data
Interface TDigestBlock.SerializedTDigestOutput
- Enclosing interface:
TDigestBlock
public static interface TDigestBlock.SerializedTDigestOutput
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendBytesRef(org.apache.lucene.util.BytesRef bytesRef) voidappendDouble(double value) voidappendLong(long value)
-
Method Details
-
appendDouble
void appendDouble(double value) -
appendLong
void appendLong(long value) -
appendBytesRef
void appendBytesRef(org.apache.lucene.util.BytesRef bytesRef)
-