Re: Tuple sketch question

2020-12-03 Thread Will Lauer
That looks like just what I need. And it doesn't look too hard to port to ArrayOfDouble or to my custom sketch. Will Will Lauer Senior Principal Architect, Audience & Advertising Reporting Data Platforms & Systems Engineering M 508 561 6427 1908 S. First St

Re: Tuple sketch question

2020-12-03 Thread Alexander Saydakov
Someone contributed a class called Filter for generic tuple sketches, but I don't think there is an equivalent for ArrayOfDoubles yet. On Thu, Dec 3, 2020 at 7:30 AM Will Lauer wrote: > I'm using tuple sketches (specifically the ArrayOfDoublesTupleSketch) to > do some computations, and as part

Tuple sketch question

2020-12-03 Thread Will Lauer
I'm using tuple sketches (specifically the ArrayOfDoublesTupleSketch) to do some computations, and as part of that, I need to do some set operations. I need to intersect one tuple sketch with a filtered version (filtered by tuple value) of another tuple sketch. The intersect operation support is