Class UnionAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.theta.Union>
-
- uk.gov.gchq.gaffer.sketches.datasketches.theta.binaryoperator.UnionAggregator
-
- All Implemented Interfaces:
BiFunction<org.apache.datasketches.theta.Union,org.apache.datasketches.theta.Union,org.apache.datasketches.theta.Union>,BinaryOperator<org.apache.datasketches.theta.Union>
public class UnionAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.theta.Union>AUnionAggregatoris aBinaryOperatorthat aggregatesUnions. It does this by extracting aCompactSketchfrom eachUnionand merges that usingUnion.union(org.apache.datasketches.theta.Sketch).
-
-
Constructor Summary
Constructors Constructor Description UnionAggregator()
-