Re: [E] Re: How to get 'sum' for update_theta_sketch on DataSketches Python API

2023-01-17 Thread Jon Malkin
Wow, I just realized I misstated things rather significantly. We very much have tuple sketches in C++, but the python wrapper for them is a work in progress. I thought I had it ready, but it turns out there are some pretty significant limitations with the wrapper we're using (pybind11) that I now

Re: [E] Re: How to get 'sum' for update_theta_sketch on DataSketches Python API

2023-01-17 Thread Alexander Saydakov via users
Yes, Druid does this on top of the specialized Tuple sketch called ArrayOfDoublesSketch (in Java). Each key in the sketch has an array of floating-point values associated with it. PostAggregator functions can convert these columns into means and variances using