Class LongsSketchAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.frequencies.LongsSketch>
-
- uk.gov.gchq.gaffer.sketches.datasketches.frequencies.binaryoperator.LongsSketchAggregator
-
- All Implemented Interfaces:
BiFunction<org.apache.datasketches.frequencies.LongsSketch,org.apache.datasketches.frequencies.LongsSketch,org.apache.datasketches.frequencies.LongsSketch>
,BinaryOperator<org.apache.datasketches.frequencies.LongsSketch>
public class LongsSketchAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.frequencies.LongsSketch>
ALongsSketchAggregator
is aBinaryOperator
that takes inLongsSketch
s and merges them together usingLongsSketch.merge(LongsSketch)
.
-
-
Constructor Summary
Constructors Constructor Description LongsSketchAggregator()
-