Uses of Class
org.apache.datasketches.kll.KllFloatsSketch
| Package | Description |
|---|---|
| org.apache.datasketches.kll |
-
Uses of KllFloatsSketch in org.apache.datasketches.kll
Methods in org.apache.datasketches.kll that return KllFloatsSketch Modifier and Type Method Description static KllFloatsSketchKllFloatsSketch. heapify(org.apache.datasketches.memory.Memory mem)Factory heapify takes the sketch image in Memory and instantiates an on-heap sketch.Methods in org.apache.datasketches.kll with parameters of type KllFloatsSketch Modifier and Type Method Description voidKllFloatsSketch. merge(KllFloatsSketch other)Merges another sketch into this one.