GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::aggregateMinMax. More...
#include <gpudb/protocol/aggregate_min_max.h>
Public Member Functions | |
AggregateMinMaxResponse () | |
Constructs an AggregateMinMaxResponse object with default parameters. More... | |
Public Attributes | |
double | min |
Minimum value of the columnName. More... | |
double | max |
Maximum value of the columnName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::aggregateMinMax.
Definition at line 130 of file aggregate_min_max.h.
|
inline |
Constructs an AggregateMinMaxResponse object with default parameters.
Definition at line 136 of file aggregate_min_max.h.
std::map<std::string, std::string> gpudb::AggregateMinMaxResponse::info |
Additional information.
Definition at line 158 of file aggregate_min_max.h.
double gpudb::AggregateMinMaxResponse::max |
Maximum value of the columnName.
Definition at line 153 of file aggregate_min_max.h.
double gpudb::AggregateMinMaxResponse::min |
Minimum value of the columnName.
Definition at line 147 of file aggregate_min_max.h.