Package org.apache.solr.util.hll
A fork of Java-HyperLogLog package tweaked
not to depend on fastutil and with cleanups to make it lean and clean.
-
Interface Summary Interface Description ISchemaVersion A serialization schema for HLLs.IWordDeserializer Reads 'words' of a fixed width, in sequence, from a byte array. -
Class Summary Class Description HLL A probabilistic set of hashedlong
elements. -
Enum Summary Enum Description HLLType The types of algorithm/data structure thatHLL
can utilize.