Class HllSketchAggregator

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

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

      • HllSketchAggregator

        public HllSketchAggregator()