HLLExp.Init(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: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
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