CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
TDigest Struct Reference

The main structure of the t-digest. More...

Data Fields

uint32_t max_sample_value
 The maximum sample value. Only used in the last cluster.
 
uint32_t min_sample_value
 The minimum sample value. Only used in the first cluster.
 
int total_samples
 The total number of samples in the digest. This is the sum of all cluster weights.
 
int total_clusters
 The total number of clusters that have been created.
 
bool fully_merged
 True if the digest is fully merged; false if it is not.
 
int failed_count
 Counter for the number of consecutive failed merges.
 
Cluster clusters [MAX_CLUSTERS]
 Array of all clusters in the t-digest.
 

Detailed Description

The main structure of the t-digest.


The documentation for this struct was generated from the following file: