Class StringsUnionAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.quantiles.ItemsUnion<String>>
-
- uk.gov.gchq.gaffer.sketches.datasketches.quantiles.binaryoperator.StringsUnionAggregator
-
- All Implemented Interfaces:
BiFunction<org.apache.datasketches.quantiles.ItemsUnion<String>,org.apache.datasketches.quantiles.ItemsUnion<String>,org.apache.datasketches.quantiles.ItemsUnion<String>>
,BinaryOperator<org.apache.datasketches.quantiles.ItemsUnion<String>>
public class StringsUnionAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.quantiles.ItemsUnion<String>>
AStringsUnionAggregator
is aBinaryOperator
that aggregatesItemsUnion
s ofString
s. It does this by extracting aItemsSketch
from eachItemsUnion
and merges that usingItemsUnion.union(org.apache.datasketches.quantiles.ItemsSketch)
.
-
-
Constructor Summary
Constructors Constructor Description StringsUnionAggregator()
-