GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for aggregateMinMax(const AggregateMinMaxRequest&) 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 |
A set of output parameters for aggregateMinMax(const AggregateMinMaxRequest&) 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.
double gpudb::AggregateMinMaxResponse::max |
Definition at line 130 of file aggregate_min_max.h.
double gpudb::AggregateMinMaxResponse::min |
Definition at line 129 of file aggregate_min_max.h.