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 CpcSketch
CpcSketch.heapify
(byte[] byteArray) Return the given byte array as a CpcSketch on the Java heap using the DEFAULT_UPDATE_SEED.static CpcSketch
CpcSketch.heapify
(byte[] byteArray, long seed) Return the given byte array as a CpcSketch on the Java heap.static CpcSketch
CpcSketch.heapify
(org.apache.datasketches.memory.Memory mem) Return the given Memory as a CpcSketch on the Java heap using the DEFAULT_UPDATE_SEED.static CpcSketch
CpcSketch.heapify
(org.apache.datasketches.memory.Memory mem, long seed) Return the given Memory as a CpcSketch on the Java heap.Methods in org.apache.datasketches.cpc with parameters of type CpcSketch