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>>
AStringsUnionAggregatoris aBinaryOperatorthat aggregatesItemsUnions ofStrings. It does this by extracting aItemsSketchfrom eachItemsUnionand merges that usingItemsUnion.union(org.apache.datasketches.quantiles.ItemsSketch).
-
-
Constructor Summary
Constructors Constructor Description StringsUnionAggregator()
-