Function aerospike::operations::hll::fold

source ·
pub fn fold(bin: &str, index_bit_count: i64) -> Operation<'_>
Expand description

Create HLL fold operation. Servers folds indexBitCount to the specified value. This can only be applied when minHashBitCount on the HLL bin is 0. Server does not return a value.