Class ReservoirLongsUnionAggregator

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

    public class ReservoirLongsUnionAggregator
    extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.sampling.ReservoirLongsUnion>
    A ReservoirLongsUnionAggregator is a BinaryOperator that aggregates ReservoirLongsUnions. It does this by extracting a ReservoirLongsSketch from each ReservoirLongsUnion and merges that using ReservoirLongsUnion.update(org.apache.datasketches.sampling.ReservoirLongsSketch).
    • Constructor Detail

      • ReservoirLongsUnionAggregator

        public ReservoirLongsUnionAggregator()