Class DoublesUnionAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.quantiles.DoublesUnion>
-
- uk.gov.gchq.gaffer.sketches.datasketches.quantiles.binaryoperator.DoublesUnionAggregator
-
- All Implemented Interfaces:
BiFunction<org.apache.datasketches.quantiles.DoublesUnion,org.apache.datasketches.quantiles.DoublesUnion,org.apache.datasketches.quantiles.DoublesUnion>,BinaryOperator<org.apache.datasketches.quantiles.DoublesUnion>
public class DoublesUnionAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.quantiles.DoublesUnion>ADoublesUnionAggregatoris aBinaryOperatorthat aggregatesDoublesUnions. It does this by extracting aDoublesSketchfrom eachDoublesUnionand merges that usingDoublesUnion.union(org.apache.datasketches.quantiles.DoublesSketch).
-
-
Constructor Summary
Constructors Constructor Description DoublesUnionAggregator()
-