HLL
in package
Implementation of the HyperLogLog (HLL) data structure for Aerospike.
Table of Contents
Properties
- $value : mixed
Methods
- asString() : string
- Returns a string representation of the value.
- getValue() : array<string|int, mixed>
- setValue() : mixed
Properties
$value
public
mixed
$value
Methods
asString()
Returns a string representation of the value.
public
asString() : string
Return values
stringgetValue()
public
getValue() : array<string|int, mixed>
Return values
array<string|int, mixed>setValue()
public
setValue(array<string|int, mixed> $hll) : mixed
Parameters
- $hll : array<string|int, mixed>