rdbstats
2.0.9
|
The base class to calculate : average, maximum, minimum, num, stddev and sum. More...
#include <RdbStats.h>
Public Member Functions | |
virtual int | calculate_statistics () |
Perform the final statistic for the set. | |
double | get_absolute_average () const |
To get the absolute value of the average. | |
virtual void | update_statistics () |
Read the column from RDB++, update the statistics for the column. | |
The base class to calculate : average, maximum, minimum, num, stddev and sum.
The derived classes are: RdbStatsPercentile, RdbStatsQuartile.
Definition at line 61 of file RdbStats.h.