Uses of Class
org.apache.datasketches.hll.HllSketch
Packages that use HllSketch
-
Uses of HllSketch in org.apache.datasketches.hll
Methods in org.apache.datasketches.hll that return HllSketchModifier and TypeMethodDescriptionHllSketch.copy()Return a copy of this sketch onto the Java heap.HllSketch.copyAs(TgtHllType tgtHllType) Return a deep copy of this sketch onto the Java heap with the specified TgtHllType.HllUnion.getResult()Return the result of this HllUnion operator as an HLL_4 sketch.HllUnion.getResult(TgtHllType tgtHllType) Return the result of this HllUnion operator with the specifiedTgtHllTypestatic final HllSketchHllSketch.heapify(byte[] byteArray) Heapify the given byte array, which must be a valid HllSketch image and may have data.static final HllSketchHllSketch.heapify(MemorySegment srcSeg) Heapify the given MemorySegment, which must be a valid HllSketch image and may have data.static final HllSketchHllSketch.wrap(MemorySegment srcSeg) Wraps the given read-only MemorySegment that must be a image of a valid sketch, which may be in compact or updatable form, and should have data.static final HllSketchHllSketch.writableWrap(MemorySegment srcWseg) Wraps the given MemorySegment, which must be a image of a valid updatable sketch, and may have data.Methods in org.apache.datasketches.hll with parameters of type HllSketch