Package uk.gov.gchq.gaffer.sketches.datasketches.sampling.binaryoperator
Aggregator classes for the Datasketches sampling objects.
-
Class Summary Class Description ReservoirItemsSketchAggregator<T> AReservoirItemsSketchAggregator
is aBinaryOperator
that aggregatesReservoirItemsSketch
s using aReservoirItemsUnion
.ReservoirItemsUnionAggregator<T> ReservoirLongsSketchAggregator AReservoirLongsSketchAggregator
is aBinaryOperator
that aggregatesReservoirLongsSketch
s using aReservoirLongsUnion
.ReservoirLongsUnionAggregator