Uses of Class
org.apache.ignite.internal.processors.query.stat.hll.HLL
-
Packages that use HLL Package Description org.apache.ignite.internal.processors.query.stat.hll -
-
Uses of HLL in org.apache.ignite.internal.processors.query.stat.hll
Methods in org.apache.ignite.internal.processors.query.stat.hll that return HLL Modifier and Type Method Description HLLHLL. clone()Create a deep copy of this HLL.static HLLHLL. fromBytes(byte[] bytes)Deserializes the HLL (intoBytes(ISchemaVersion)format) serialized intobytes.Methods in org.apache.ignite.internal.processors.query.stat.hll with parameters of type HLL Modifier and Type Method Description voidHLL. union(HLL other)Computes the union of HLLs and stores the result in this instance.
-