rdbstats  2.0.9
RdbStats Class Reference

The base class to calculate : average, maximum, minimum, num, stddev and sum. More...

#include <RdbStats.h>

Inheritance diagram for RdbStats:

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: