HLLExp Add Method Aerospike
Overload List

  NameDescription
Public methodStatic memberAdd(HLLPolicy, Exp, Exp)
Create expression that adds list values to a HLL set and returns HLL set. The function assumes HLL bin already exists.
Public methodStatic memberAdd(HLLPolicy, Exp, Exp, Exp)
Create expression that adds values to a HLL set and returns HLL set. If HLL bin does not exist, use indexBitCount to create HLL bin.
Public methodStatic memberAdd(HLLPolicy, Exp, Exp, Exp, Exp)
Create expression that adds values to a HLL set and returns HLL set. If HLL bin does not exist, use indexBitCount and minHashBitCount to create HLL set.
Back to Top
See Also