Support constructing TDigest from centroids and getting centroids from TDigest
Summary: To implement tdigest aggregation in scuba, we need to be able to deserialize and serialize the digests. I added a getter for the centroids so that we can serialize the tdigest, and added a constructor to create one from the list of centroids. Differential Revision: D8360404 fbshipit-source-id: b0f42e892f666e787e06198c7e8ff65dd8799dcc
Showing
Please register or sign in to comment