Uses of Class
com.yahoo.searchlib.aggregation.hll.Sketch
Packages that use Sketch
-
Uses of Sketch in com.yahoo.searchlib.aggregation
Methods in com.yahoo.searchlib.aggregation that return SketchConstructors in com.yahoo.searchlib.aggregation with parameters of type SketchModifierConstructorDescriptionExpressionCountAggregationResult(Sketch<?> initialSketch, UniqueCountEstimator<Sketch<?>> estimator) Constructs an instance with a given sketch, sketch merger and unique count estimator.Constructor parameters in com.yahoo.searchlib.aggregation with type arguments of type SketchModifierConstructorDescriptionExpressionCountAggregationResult(Sketch<?> initialSketch, UniqueCountEstimator<Sketch<?>> estimator) Constructs an instance with a given sketch, sketch merger and unique count estimator. -
Uses of Sketch in com.yahoo.searchlib.aggregation.hll
Classes in com.yahoo.searchlib.aggregation.hll with type parameters of type SketchSubclasses of Sketch in com.yahoo.searchlib.aggregation.hllModifier and TypeClassDescriptionclassSketch used by the HyperLogLog (HLL) algorithm.classMethods in com.yahoo.searchlib.aggregation.hll that return SketchMethods in com.yahoo.searchlib.aggregation.hll with parameters of type Sketch