begin() const | count_min_sketch< W, Allocator > | |
count_min_sketch(uint8_t num_hashes, uint32_t num_buckets, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator()) | count_min_sketch< W, Allocator > | |
deserialize(std::istream &is, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator()) | count_min_sketch< W, Allocator > | static |
deserialize(const void *bytes, size_t size, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator()) | count_min_sketch< W, Allocator > | static |
end() const | count_min_sketch< W, Allocator > | |
get_allocator() const | count_min_sketch< W, Allocator > | |
get_estimate(uint64_t item) const | count_min_sketch< W, Allocator > | |
get_estimate(int64_t item) const | count_min_sketch< W, Allocator > | |
get_estimate(const std::string &item) const | count_min_sketch< W, Allocator > | |
get_estimate(const void *item, size_t size) const | count_min_sketch< W, Allocator > | |
get_lower_bound(const void *item, size_t size) const | count_min_sketch< W, Allocator > | |
get_lower_bound(int64_t item) const | count_min_sketch< W, Allocator > | |
get_lower_bound(uint64_t item) const | count_min_sketch< W, Allocator > | |
get_lower_bound(const std::string &item) const | count_min_sketch< W, Allocator > | |
get_num_buckets() const | count_min_sketch< W, Allocator > | |
get_num_hashes() const | count_min_sketch< W, Allocator > | |
get_relative_error() const | count_min_sketch< W, Allocator > | |
get_seed() const | count_min_sketch< W, Allocator > | |
get_serialized_size_bytes() const | count_min_sketch< W, Allocator > | |
get_total_weight() const | count_min_sketch< W, Allocator > | |
get_upper_bound(const void *item, size_t size) const | count_min_sketch< W, Allocator > | |
get_upper_bound(int64_t item) const | count_min_sketch< W, Allocator > | |
get_upper_bound(uint64_t item) const | count_min_sketch< W, Allocator > | |
get_upper_bound(const std::string &item) const | count_min_sketch< W, Allocator > | |
is_empty() const | count_min_sketch< W, Allocator > | |
merge(const count_min_sketch &other_sketch) | count_min_sketch< W, Allocator > | |
serialize(std::ostream &os) const | count_min_sketch< W, Allocator > | |
serialize(unsigned header_size_bytes=0) const | count_min_sketch< W, Allocator > | |
suggest_num_buckets(double relative_error) | count_min_sketch< W, Allocator > | static |
suggest_num_hashes(double confidence) | count_min_sketch< W, Allocator > | static |
to_string() const | count_min_sketch< W, Allocator > | |
update(const void *item, size_t size, W weight) | count_min_sketch< W, Allocator > | |
update(uint64_t item, W weight=1) | count_min_sketch< W, Allocator > | |
update(int64_t item, W weight=1) | count_min_sketch< W, Allocator > | |
update(const std::string &item, W weight=1) | count_min_sketch< W, Allocator > | |