Class LongsSketchAggregator

  • All Implemented Interfaces:
    BiFunction<org.apache.datasketches.frequencies.LongsSketch,​org.apache.datasketches.frequencies.LongsSketch,​org.apache.datasketches.frequencies.LongsSketch>, BinaryOperator<org.apache.datasketches.frequencies.LongsSketch>

    public class LongsSketchAggregator
    extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.frequencies.LongsSketch>
    A LongsSketchAggregator is a BinaryOperator that takes in LongsSketchs and merges them together using LongsSketch.merge(LongsSketch).
    • Constructor Detail

      • LongsSketchAggregator

        public LongsSketchAggregator()