Package uk.gov.gchq.gaffer.sketches.datasketches.frequencies.binaryoperator
Aggregator classes for the Datasketches frequencies objects.
-
Class Summary Class Description LongsSketchAggregator ALongsSketchAggregator
is aBinaryOperator
that takes inLongsSketch
s and merges them together usingLongsSketch.merge(LongsSketch)
.StringsSketchAggregator AStringsSketchAggregator
is aBinaryOperator
that takes inItemsSketch
s ofString
s and merges them together usingItemsSketch.merge(ItemsSketch)
.