Create expression that returns estimated number of elements that would be contained by
the intersection of these HLL objects.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.4.0 (4.1.4)
Syntax
Examples
// Intersect count of HLL bins "a" and "b" HLLExp.GetIntersectCount(Exp.HLLBin("a"), Exp.HLLBin("b")) // Intersect count of local HLL list with bin "b" HLLExp.GetIntersectCount(Exp.Val(list), Exp.HLLBin("b"))
See Also