Interface HyperLogLog
public interface HyperLogLog
Contain constants relevant for HyperLogLog classes.
- Author:
- bjorncs
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault HLL precision.static final intThreshold to convert sparse sketch to normal sketch.
-
Field Details
-
DEFAULT_PRECISION
static final int DEFAULT_PRECISIONDefault HLL precision.- See Also:
-
SPARSE_SKETCH_CONVERSION_THRESHOLD
static final int SPARSE_SKETCH_CONVERSION_THRESHOLDThreshold to convert sparse sketch to normal sketch.- See Also:
-