Class HllUnionAggregator

  • All Implemented Interfaces:
    BiFunction<org.apache.datasketches.hll.Union,​org.apache.datasketches.hll.Union,​org.apache.datasketches.hll.Union>, BinaryOperator<org.apache.datasketches.hll.Union>

    public class HllUnionAggregator
    extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.hll.Union>
    A HllUnionAggregator is a BinaryOperator that takes in Unions and merges them together using Union.update(org.apache.datasketches.hll.HllSketch).
    • Constructor Detail

      • HllUnionAggregator

        public HllUnionAggregator()