begin() | compact_theta_sketch_alloc< Allocator > | virtual |
begin() const | compact_theta_sketch_alloc< Allocator > | virtual |
compact_theta_sketch_alloc(const Other &other, bool ordered) | compact_theta_sketch_alloc< Allocator > | |
compact_theta_sketch_alloc(const compact_theta_sketch_alloc &other)=default | compact_theta_sketch_alloc< Allocator > | |
compact_theta_sketch_alloc(compact_theta_sketch_alloc &&other) noexcept=default | compact_theta_sketch_alloc< Allocator > | |
deserialize(std::istream &is, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator()) | compact_theta_sketch_alloc< Allocator > | static |
deserialize(const void *bytes, size_t size, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator()) | compact_theta_sketch_alloc< Allocator > | static |
end() | compact_theta_sketch_alloc< Allocator > | virtual |
end() const | compact_theta_sketch_alloc< Allocator > | virtual |
get_allocator() const | compact_theta_sketch_alloc< Allocator > | virtual |
get_estimate() const | base_theta_sketch_alloc< Allocator > | |
get_lower_bound(uint8_t num_std_devs) const | base_theta_sketch_alloc< Allocator > | |
get_max_serialized_size_bytes(uint8_t lg_k) | compact_theta_sketch_alloc< Allocator > | static |
get_num_retained() const | compact_theta_sketch_alloc< Allocator > | virtual |
get_seed_hash() const | compact_theta_sketch_alloc< Allocator > | virtual |
get_serialized_size_bytes(bool compressed=false) const | compact_theta_sketch_alloc< Allocator > | |
get_theta() const | base_theta_sketch_alloc< Allocator > | |
get_theta64() const | compact_theta_sketch_alloc< Allocator > | virtual |
get_upper_bound(uint8_t num_std_devs) const | base_theta_sketch_alloc< Allocator > | |
is_empty() const | compact_theta_sketch_alloc< Allocator > | virtual |
is_estimation_mode() const | base_theta_sketch_alloc< Allocator > | |
is_ordered() const | compact_theta_sketch_alloc< Allocator > | virtual |
operator=(const compact_theta_sketch_alloc &other)=default | compact_theta_sketch_alloc< Allocator > | |
operator=(compact_theta_sketch_alloc &&other)=default | compact_theta_sketch_alloc< Allocator > | |
serialize(std::ostream &os) const | compact_theta_sketch_alloc< Allocator > | |
serialize(unsigned header_size_bytes=0) const | compact_theta_sketch_alloc< Allocator > | |
serialize_compressed(std::ostream &os) const | compact_theta_sketch_alloc< Allocator > | |
serialize_compressed(unsigned header_size_bytes=0) const | compact_theta_sketch_alloc< Allocator > | |
to_string(bool print_items=false) const | base_theta_sketch_alloc< Allocator > | virtual |