OmniSciDB
a5dc49c757
|
#include <TableFunctionsStats.hpp>
Public Member Functions | |
ColumnStats () | |
Public Attributes | |
int64_t | total_count |
int64_t | non_null_or_filtered_count |
T | min |
T | max |
T | sum |
double | mean |
Definition at line 87 of file TableFunctionsStats.hpp.
|
inline |
Definition at line 95 of file TableFunctionsStats.hpp.
T ColumnStats< T >::max |
Definition at line 91 of file TableFunctionsStats.hpp.
Referenced by get_column_stats().
double ColumnStats< T >::mean |
Definition at line 93 of file TableFunctionsStats.hpp.
Referenced by get_column_stats().
T ColumnStats< T >::min |
Definition at line 90 of file TableFunctionsStats.hpp.
Referenced by get_column_stats().
int64_t ColumnStats< T >::non_null_or_filtered_count |
Definition at line 89 of file TableFunctionsStats.hpp.
Referenced by get_column_stats().
T ColumnStats< T >::sum |
Definition at line 92 of file TableFunctionsStats.hpp.
Referenced by get_column_stats().
int64_t ColumnStats< T >::total_count |
Definition at line 88 of file TableFunctionsStats.hpp.
Referenced by get_column_stats().