OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
StatsRequest Struct Reference

#include <TableFunctionsStats.hpp>

+ Collaboration diagram for StatsRequest:

Public Attributes

std::string name
 
int32_t attr_id
 
StatsRequestAggType agg_type
 
StatsRequestPredicateOp filter_type
 
double filter_val
 
double result
 

Detailed Description

Definition at line 112 of file TableFunctionsStats.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: