GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/aggregate_min_max.h>
Public Member Functions | |
AggregateMinMaxResponse () | |
Constructs an AggregateMinMaxResponse object with default parameter values. More... | |
Public Attributes | |
double | min |
double | max |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Calculates and returns the minimum and maximum values of a particular column in a table.
Definition at line 116 of file aggregate_min_max.h.
|
inline |
Constructs an AggregateMinMaxResponse object with default parameter values.
Definition at line 123 of file aggregate_min_max.h.
std::map<std::string, std::string> gpudb::AggregateMinMaxResponse::info |
Definition at line 132 of file aggregate_min_max.h.
double gpudb::AggregateMinMaxResponse::max |
Definition at line 131 of file aggregate_min_max.h.
double gpudb::AggregateMinMaxResponse::min |
Definition at line 130 of file aggregate_min_max.h.