HLLExp.Init(HLLPolicy, Exp, Exp, Exp) Method
Create expression that creates a new HLL or resets an existing HLL with minhash bits.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Exp Init(
HLLPolicy policy,
Exp indexBitCount,
Exp minHashBitCount,
Exp bin
)
- policy HLLPolicy
- write policy, use Default for default
- indexBitCount Exp
- number of index bits expression. Must be between 4 and 16 inclusive.
- minHashBitCount Exp
-
number of min hash bits expression. Must be between 4 and 51 inclusive.
Also, indexBitCount + minHashBitCount must be <= 64.
- bin Exp
- HLL bin or value expression
Exp