Esempio n. 1
0
 public static QuantileDigest build(DataInput buf) throws IOException {
   return QuantileDigest.deserialize(buf);
 }