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>
ADoublesUnionAggregator
is aBinaryOperator
that aggregatesDoublesUnion
s. It does this by extracting aDoublesSketch
from eachDoublesUnion
and merges that usingDoublesUnion.union(org.apache.datasketches.quantiles.DoublesSketch)
.
-
-
Constructor Summary
Constructors Constructor Description DoublesUnionAggregator()
-