Class ReservoirItemsSketchAggregator<T>
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.sampling.ReservoirItemsSketch<T>>
-
- uk.gov.gchq.gaffer.sketches.datasketches.sampling.binaryoperator.ReservoirItemsSketchAggregator<T>
-
- All Implemented Interfaces:
BiFunction<org.apache.datasketches.sampling.ReservoirItemsSketch<T>,org.apache.datasketches.sampling.ReservoirItemsSketch<T>,org.apache.datasketches.sampling.ReservoirItemsSketch<T>>
,BinaryOperator<org.apache.datasketches.sampling.ReservoirItemsSketch<T>>
public class ReservoirItemsSketchAggregator<T> extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.sampling.ReservoirItemsSketch<T>>
AReservoirItemsSketchAggregator
is aBinaryOperator
that aggregatesReservoirItemsSketch
s using aReservoirItemsUnion
.
-
-
Constructor Summary
Constructors Constructor Description ReservoirItemsSketchAggregator()
-