Class StringsSketchAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.quantiles.ItemsSketch<String>>
-
- uk.gov.gchq.gaffer.sketches.datasketches.quantiles.binaryoperator.StringsSketchAggregator
-
- All Implemented Interfaces:
BiFunction<org.apache.datasketches.quantiles.ItemsSketch<String>,org.apache.datasketches.quantiles.ItemsSketch<String>,org.apache.datasketches.quantiles.ItemsSketch<String>>
,BinaryOperator<org.apache.datasketches.quantiles.ItemsSketch<String>>
public class StringsSketchAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.quantiles.ItemsSketch<String>>
AStringsSketchAggregator
is aBinaryOperator
that aggregatesItemsSketch
s ofString
s using anItemsUnion
.
-
-
Constructor Summary
Constructors Constructor Description StringsSketchAggregator()
-