gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.75k stars 353 forks source link

Create serialiser and aggregator for HllSketch from DataSketches #1011

Closed gaffer01 closed 7 years ago

gaffer01 commented 7 years ago

Create a serialiser and aggregator to allow the HLLSketch class from the DataSketches library to be used as a property. As part of this issue, the version of the library should be updated to 0.10.0.

Serialisers and aggregators for sketches (not just unions) should also be added to allow users a choice of which to use.

p013570 commented 7 years ago

Merged into develop.