Class ReservoirLongsUnionAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.sampling.ReservoirLongsUnion>
-
- uk.gov.gchq.gaffer.sketches.datasketches.sampling.binaryoperator.ReservoirLongsUnionAggregator
-
- All Implemented Interfaces:
BiFunction<org.apache.datasketches.sampling.ReservoirLongsUnion,org.apache.datasketches.sampling.ReservoirLongsUnion,org.apache.datasketches.sampling.ReservoirLongsUnion>,BinaryOperator<org.apache.datasketches.sampling.ReservoirLongsUnion>
public class ReservoirLongsUnionAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.sampling.ReservoirLongsUnion>AReservoirLongsUnionAggregatoris aBinaryOperatorthat aggregatesReservoirLongsUnions. It does this by extracting aReservoirLongsSketchfrom eachReservoirLongsUnionand merges that usingReservoirLongsUnion.update(org.apache.datasketches.sampling.ReservoirLongsSketch).
-
-
Constructor Summary
Constructors Constructor Description ReservoirLongsUnionAggregator()
-