HLLExpInit(HLLPolicy, Exp, Exp) Method

Create expression that creates a new HLL or resets an existing HLL.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Exp Init(
	HLLPolicy policy,
	Exp indexBitCount,
	Exp bin
)

Parameters

policy  HLLPolicy
write policy, use Default for default
indexBitCount  Exp
number of index bits expression. Must be between 4 and 16 inclusive.
bin  Exp
HLL bin or value expression

Return Value

Exp

See Also