Function aerospike::operations::hll::add

source ·
pub fn add<'a>(
    policy: &HLLPolicy,
    bin: &'a str,
    list: &'a [Value]
) -> Operation<'a>
Expand description

Create HLL add operation. This operation assumes HLL bin already exists. Server adds values to the HLL set. Server returns number of entries that caused HLL to update a register.