Class SketchAggregator

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

    public class SketchAggregator
    extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.theta.Sketch>
    A SketchAggregator is a BinaryOperator that aggregates Sketchs using a Union.
    • Constructor Detail

      • SketchAggregator

        public SketchAggregator()