pub fn decode_from_java_bytes(bytes: &[u8]) -> Result<DDSketch, DecodeError>Expand description
Decode a DDSketch from the Java-compatible binary format.
Accepts bytes with or without a 0x02 version prefix.
pub fn decode_from_java_bytes(bytes: &[u8]) -> Result<DDSketch, DecodeError>Decode a DDSketch from the Java-compatible binary format.
Accepts bytes with or without a 0x02 version prefix.