Uses of Class
io.airlift.stats.TDigest
-
Packages that use TDigest Package Description io.airlift.stats -
-
Uses of TDigest in io.airlift.stats
Methods in io.airlift.stats that return TDigest Modifier and Type Method Description static TDigestTDigest. copyOf(TDigest other)static TDigestTDigest. deserialize(io.airlift.slice.Slice serialized)Methods in io.airlift.stats with parameters of type TDigest Modifier and Type Method Description static TDigestTDigest. copyOf(TDigest other)voidTDigest. mergeWith(TDigest other)
-