Create HLL getIntersectCount operation.
Server returns estimated number of elements that would be contained by the intersection of
these HLL objects.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.8.0 (3.9.8)
Syntax
Parameters
- binName
- Type: System String
name of bin
- list
- Type: System.Collections.Generic IList HLLValue
list of HLL objects
See Also