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.HllSketch
apply(Iterable<Object> iterable)
org.apache.datasketches.hll.HllSketch
getHllSketch()
int
getLogK()
void
setHllSketch(org.apache.datasketches.hll.HllSketch hllSketch)
void
setLogK(int logK)
-