OmniSciDB
a5dc49c757
|
#include <TableFunctionsStats.hpp>
Public Member Functions | |
StatsRequestPredicate () | |
StatsRequestPredicate (const StatsRequestPredicateOp predicate_op, const double filter_val) | |
StatsRequestPredicate (const StatsRequestPredicate &other) | |
std::string | to_string () const |
template<typename T > | |
bool | operator() (const T val) const |
bool | operator== (StatsRequestPredicate const &rhs) const |
Public Attributes | |
StatsRequestPredicateOp | predicate_op |
double | filter_val |
bool | is_gt |
bool | is_no_op |
Definition at line 32 of file TableFunctionsStats.hpp.
|
inline |
Definition at line 33 of file TableFunctionsStats.hpp.
|
inline |
Definition at line 38 of file TableFunctionsStats.hpp.
|
inline |
Definition at line 45 of file TableFunctionsStats.hpp.
|
inline |
|
inline |
Definition at line 76 of file TableFunctionsStats.hpp.
References filter_val, and predicate_op.
|
inline |
Definition at line 51 of file TableFunctionsStats.hpp.
References filter_val, GT, LT, NONE, predicate_op, and to_string().
Referenced by get_column_stats().
double StatsRequestPredicate::filter_val |
Definition at line 81 of file TableFunctionsStats.hpp.
Referenced by operator()(), operator==(), and to_string().
bool StatsRequestPredicate::is_gt |
Definition at line 82 of file TableFunctionsStats.hpp.
Referenced by operator()().
bool StatsRequestPredicate::is_no_op |
Definition at line 83 of file TableFunctionsStats.hpp.
Referenced by operator()().
StatsRequestPredicateOp StatsRequestPredicate::predicate_op |
Definition at line 80 of file TableFunctionsStats.hpp.
Referenced by operator==(), and to_string().