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. | |
Public Attributes | |
| double | min |
| Minimum value of the columnName. | |
| double | max |
| Maximum value of the columnName. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::aggregateMinMax.
Definition at line 130 of file aggregate_min_max.h.
Constructor & Destructor Documentation
◆ AggregateMinMaxResponse()
| inline |
Constructs an AggregateMinMaxResponse object with default parameters.
Definition at line 136 of file aggregate_min_max.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AggregateMinMaxResponse::info |
Additional information.
- aggregate_min_max_min_string: The minimum value of columnName, stored as a byte vector.
- aggregate_min_max_max_string: The maximum value of columnName, stored as a byte vector.
The default value is an empty map.
Definition at line 169 of file aggregate_min_max.h.
◆ max
| double gpudb::AggregateMinMaxResponse::max |
Maximum value of the columnName.
Definition at line 153 of file aggregate_min_max.h.
◆ min
| double gpudb::AggregateMinMaxResponse::min |
Minimum value of the columnName.
Definition at line 147 of file aggregate_min_max.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/aggregate_min_max.h