HyperLogLog


Object Hierarchy:

Object hierarchy for HyperLogLog

Description:

public class HyperLogLog : Object

HyperLogLog cardinality estimator.

HyperLogLog estimates unique count with fixed memory usage. It is suitable for large-scale log and metric aggregation.


Namespace: Vala.Collections
Package: Valacore

Content:

Static methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object