Class ReservoirLongsSketchAggregator

  • All Implemented Interfaces:
    BiFunction<org.apache.datasketches.sampling.ReservoirLongsSketch,​org.apache.datasketches.sampling.ReservoirLongsSketch,​org.apache.datasketches.sampling.ReservoirLongsSketch>, BinaryOperator<org.apache.datasketches.sampling.ReservoirLongsSketch>

    public class ReservoirLongsSketchAggregator
    extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.sampling.ReservoirLongsSketch>
    A ReservoirLongsSketchAggregator is a BinaryOperator that aggregates ReservoirLongsSketchs using a ReservoirLongsUnion.
    • Constructor Detail

      • ReservoirLongsSketchAggregator

        public ReservoirLongsSketchAggregator()