OmniSciDB
a5dc49c757
|
#include <TableFunctionsStats.hpp>
Public Attributes | |
std::string | name |
int32_t | attr_id |
StatsRequestAggType | agg_type |
StatsRequestPredicateOp | filter_type |
double | filter_val |
double | result |
Definition at line 112 of file TableFunctionsStats.hpp.
StatsRequestAggType StatsRequest::agg_type |
Definition at line 115 of file TableFunctionsStats.hpp.
Referenced by parse_stats_requests_json().
int32_t StatsRequest::attr_id |
Definition at line 114 of file TableFunctionsStats.hpp.
Referenced by get_column_stats(), and parse_stats_requests_json().
StatsRequestPredicateOp StatsRequest::filter_type |
Definition at line 116 of file TableFunctionsStats.hpp.
Referenced by get_column_stats(), and parse_stats_requests_json().
double StatsRequest::filter_val |
Definition at line 117 of file TableFunctionsStats.hpp.
Referenced by get_column_stats(), and parse_stats_requests_json().
std::string StatsRequest::name |
Definition at line 113 of file TableFunctionsStats.hpp.
Referenced by parse_stats_requests_json().
double StatsRequest::result |
Definition at line 118 of file TableFunctionsStats.hpp.