Class UnionAggregator

  • All Implemented Interfaces:
    BiFunction<org.apache.datasketches.theta.Union,​org.apache.datasketches.theta.Union,​org.apache.datasketches.theta.Union>, BinaryOperator<org.apache.datasketches.theta.Union>

    public class UnionAggregator
    extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.theta.Union>
    A UnionAggregator is a BinaryOperator that aggregates Unions. It does this by extracting a CompactSketch from each Union and merges that using Union.union(org.apache.datasketches.theta.Sketch).
    • Constructor Detail

      • UnionAggregator

        public UnionAggregator()