Class IterableToHllSketch
-
-
Constructor Summary
Constructors Constructor Description IterableToHllSketch()IterableToHllSketch(int logK)IterableToHllSketch(org.apache.datasketches.hll.HllSketch hllSketch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.datasketches.hll.HllSketchapply(Iterable<Object> iterable)org.apache.datasketches.hll.HllSketchgetHllSketch()intgetLogK()voidsetHllSketch(org.apache.datasketches.hll.HllSketch hllSketch)voidsetLogK(int logK)
-