Class DoublesUnionAggregator

  • All Implemented Interfaces:
    BiFunction<org.apache.datasketches.quantiles.DoublesUnion,​org.apache.datasketches.quantiles.DoublesUnion,​org.apache.datasketches.quantiles.DoublesUnion>, BinaryOperator<org.apache.datasketches.quantiles.DoublesUnion>

    public class DoublesUnionAggregator
    extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.quantiles.DoublesUnion>
    A DoublesUnionAggregator is a BinaryOperator that aggregates DoublesUnions. It does this by extracting a DoublesSketch from each DoublesUnion and merges that using DoublesUnion.union(org.apache.datasketches.quantiles.DoublesSketch).
    • Constructor Detail

      • DoublesUnionAggregator

        public DoublesUnionAggregator()