datasketches-cpp
req_sketch< T, Comparator, Allocator > Member List

This is the complete list of members for req_sketch< T, Comparator, Allocator >, including all inherited members.

begin() constreq_sketch< T, Comparator, Allocator >
deserialize(std::istream &is, const SerDe &sd=SerDe(), const Comparator &comparator=Comparator(), const Allocator &allocator=Allocator())req_sketch< T, Comparator, Allocator >static
deserialize(const void *bytes, size_t size, const SerDe &sd=SerDe(), const Comparator &comparator=Comparator(), const Allocator &allocator=Allocator())req_sketch< T, Comparator, Allocator >static
end() constreq_sketch< T, Comparator, Allocator >
get_allocator() constreq_sketch< T, Comparator, Allocator >
get_CDF(const T *split_points, uint32_t size, bool inclusive=true) constreq_sketch< T, Comparator, Allocator >
get_comparator() constreq_sketch< T, Comparator, Allocator >
get_k() constreq_sketch< T, Comparator, Allocator >
get_max_item() constreq_sketch< T, Comparator, Allocator >
get_min_item() constreq_sketch< T, Comparator, Allocator >
get_n() constreq_sketch< T, Comparator, Allocator >
get_num_retained() constreq_sketch< T, Comparator, Allocator >
get_PMF(const T *split_points, uint32_t size, bool inclusive=true) constreq_sketch< T, Comparator, Allocator >
get_quantile(double rank, bool inclusive=true) constreq_sketch< T, Comparator, Allocator >
get_rank(const T &item, bool inclusive=true) constreq_sketch< T, Comparator, Allocator >
get_rank_lower_bound(double rank, uint8_t num_std_dev) constreq_sketch< T, Comparator, Allocator >
get_rank_upper_bound(double rank, uint8_t num_std_dev) constreq_sketch< T, Comparator, Allocator >
get_RSE(uint16_t k, double rank, bool hra, uint64_t n)req_sketch< T, Comparator, Allocator >static
get_serialized_size_bytes(const SerDe &sd=SerDe()) constreq_sketch< T, Comparator, Allocator >
get_serialized_size_bytes(const SerDe &sd=SerDe()) constreq_sketch< T, Comparator, Allocator >
get_sorted_view() constreq_sketch< T, Comparator, Allocator >
is_empty() constreq_sketch< T, Comparator, Allocator >
is_estimation_mode() constreq_sketch< T, Comparator, Allocator >
is_HRA() constreq_sketch< T, Comparator, Allocator >
merge(FwdSk &&other)req_sketch< T, Comparator, Allocator >
operator=(const req_sketch &other)req_sketch< T, Comparator, Allocator >
operator=(req_sketch &&other)req_sketch< T, Comparator, Allocator >
quantile_return_type typedefreq_sketch< T, Comparator, Allocator >
req_sketch(uint16_t k, bool hra=true, const Comparator &comparator=Comparator(), const Allocator &allocator=Allocator())req_sketch< T, Comparator, Allocator >explicit
req_sketch(const req_sketch &other)req_sketch< T, Comparator, Allocator >
req_sketch(req_sketch &&other) noexceptreq_sketch< T, Comparator, Allocator >
req_sketch(const req_sketch< TT, CC, AA > &other, const Comparator &comparator=Comparator(), const Allocator &allocator=Allocator())req_sketch< T, Comparator, Allocator >explicit
serialize(std::ostream &os, const SerDe &sd=SerDe()) constreq_sketch< T, Comparator, Allocator >
serialize(unsigned header_size_bytes=0, const SerDe &sd=SerDe()) constreq_sketch< T, Comparator, Allocator >
to_string(bool print_levels=false, bool print_items=false) constreq_sketch< T, Comparator, Allocator >
update(FwdT &&item)req_sketch< T, Comparator, Allocator >