1 #ifndef DM_IADDINFO_STATISTICS_HPP_INCLUDED
2 #define DM_IADDINFO_STATISTICS_HPP_INCLUDED
8 #include "DM/config.hpp"
9 #include "DM/IAddInfo.hpp"
27 virtual bool empty()
const = 0;
30 virtual unsigned columns()
const = 0;
36 virtual const IAddInfo& (min)()
const = 0;
38 virtual const IAddInfo& (max)()
const = 0;
41 virtual int64_t count(
unsigned col)
const = 0;
44 virtual double mean(
unsigned col)
const = 0;
46 virtual double sigma(
unsigned col)
const = 0;
55 #endif //DM_IADDINFO_STATISTICS_HPP_INCLUDED