Class 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>>
    A StringsUnionAggregator is a BinaryOperator that aggregates ItemsUnions of Strings. It does this by extracting a ItemsSketch from each ItemsUnion and merges that using ItemsUnion.union(org.apache.datasketches.quantiles.ItemsSketch).
    • Constructor Detail

      • StringsUnionAggregator

        public StringsUnionAggregator()