Riak.CRDT.HyperLogLog

Encapsulates Riak HLL

Summary

Functions

Adds a distinct element to the HLL

Adds a list of elements to the HLL

Creates a new hll

Fetch the value of the HLL

Functions

add_element(hll, elm)

Adds a distinct element to the HLL

add_elements(hll, list)

Adds a list of elements to the HLL

new()

Creates a new hll

value(hll)

Fetch the value of the HLL