Struct hyperloglog::HyperLogLog
[−]
[src]
pub struct HyperLogLog {
// some fields omitted
}pub struct HyperLogLog {
// some fields omitted
}impl HyperLogLog[src]fn new(error_rate: f64) -> HyperLogLogfn new_from_template(hll: &HyperLogLog) -> HyperLogLogfn insert(&mut self, value: &str)fn len(&self) -> f64fn merge(&mut self, src: &HyperLogLog)fn clear(&mut self)