Row in the output from get_frequent_items.
More...
#include <frequent_items_sketch.hpp>
template<typename T, typename W = uint64_t, typename H = std::hash<T>, typename E = std::equal_to<T>, typename A = std::allocator<T>>
class datasketches::frequent_items_sketch< T, W, H, E, A >::row
Row in the output from get_frequent_items.
◆ get_item()
const T& get_item |
( |
| ) |
const |
|
inline |
◆ get_estimate()
- Returns
- frequency (weight) estimate
◆ get_lower_bound()
W get_lower_bound |
( |
| ) |
const |
|
inline |
- Returns
- estimate lower bound
◆ get_upper_bound()
W get_upper_bound |
( |
| ) |
const |
|
inline |
- Returns
- estimate upper bound
The documentation for this class was generated from the following file: