|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::aggregateMinMaxGeometry. More...
#include <gpudb/protocol/aggregate_min_max_geometry.h>
Public Member Functions | |
| AggregateMinMaxGeometryResponse () | |
| Constructs an AggregateMinMaxGeometryResponse object with default parameters. More... | |
Public Attributes | |
| double | minX |
| Minimum x-coordinate value of the columnName. More... | |
| double | maxX |
| Maximum x-coordinate value of the columnName. More... | |
| double | minY |
| Minimum y-coordinate value of the columnName. More... | |
| double | maxY |
| Maximum y-coordinate value of the columnName. More... | |
| std::map< std::string, std::string > | info |
| Additional information. More... | |
A set of results returned by GPUdb::aggregateMinMaxGeometry.
Definition at line 130 of file aggregate_min_max_geometry.h.
|
inline |
Constructs an AggregateMinMaxGeometryResponse object with default parameters.
Definition at line 136 of file aggregate_min_max_geometry.h.
| std::map<std::string, std::string> gpudb::AggregateMinMaxGeometryResponse::info |
Additional information.
Definition at line 172 of file aggregate_min_max_geometry.h.
| double gpudb::AggregateMinMaxGeometryResponse::maxX |
Maximum x-coordinate value of the columnName.
Definition at line 155 of file aggregate_min_max_geometry.h.
| double gpudb::AggregateMinMaxGeometryResponse::maxY |
Maximum y-coordinate value of the columnName.
Definition at line 167 of file aggregate_min_max_geometry.h.
| double gpudb::AggregateMinMaxGeometryResponse::minX |
Minimum x-coordinate value of the columnName.
Definition at line 149 of file aggregate_min_max_geometry.h.
| double gpudb::AggregateMinMaxGeometryResponse::minY |
Minimum y-coordinate value of the columnName.
Definition at line 161 of file aggregate_min_max_geometry.h.