Uses of Class
org.apache.datasketches.cpc.CpcSketch
Packages that use CpcSketch
-
Uses of CpcSketch in org.apache.datasketches.cpc
Methods in org.apache.datasketches.cpc that return CpcSketchModifier and TypeMethodDescriptionCpcUnion.getResult()Returns the result of union operations as a CPC sketch.static CpcSketchCpcSketch.heapify(byte[] byteArray) Return the given byte array as a CpcSketch on the Java heap using the DEFAULT_UPDATE_SEED.static CpcSketchCpcSketch.heapify(byte[] byteArray, long seed) Return the given byte array as a CpcSketch on the Java heap.static CpcSketchCpcSketch.heapify(MemorySegment seg) Return the given MemorySegment as a CpcSketch on the Java heap using the DEFAULT_UPDATE_SEED.static CpcSketchCpcSketch.heapify(MemorySegment seg, long seed) Return the given MemorySegment as a CpcSketch on the Java heap.Methods in org.apache.datasketches.cpc with parameters of type CpcSketch