Create expression that returns indexBitCount and minHashBitCount used to create HLL bin
in a list of longs. list[0] is indexBitCount and list[1] is minHashBitCount.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.7.0 (4.2.7)
Syntax
Parameters
- bin
- Type: Aerospike.Client Exp
Examples
// Bin "a" indexBitCount < 10 Exp.LT( ListExp.GetByIndex(ListReturnType.VALUE, Exp.Type.INT, Exp.Val(0), HLLExp.describe(Exp.HLLBin("a"))), Exp.Val(10))
See Also