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. | |
Public Attributes | |
| double | minX |
| Minimum x-coordinate value of the columnName. | |
| double | maxX |
| Maximum x-coordinate value of the columnName. | |
| double | minY |
| Minimum y-coordinate value of the columnName. | |
| double | maxY |
| Maximum y-coordinate value of the columnName. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::aggregateMinMaxGeometry.
Definition at line 130 of file aggregate_min_max_geometry.h.
Constructor & Destructor Documentation
◆ AggregateMinMaxGeometryResponse()
| inline |
Constructs an AggregateMinMaxGeometryResponse object with default parameters.
Definition at line 136 of file aggregate_min_max_geometry.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AggregateMinMaxGeometryResponse::info |
Additional information.
Definition at line 172 of file aggregate_min_max_geometry.h.
◆ maxX
| double gpudb::AggregateMinMaxGeometryResponse::maxX |
Maximum x-coordinate value of the columnName.
Definition at line 155 of file aggregate_min_max_geometry.h.
◆ maxY
| double gpudb::AggregateMinMaxGeometryResponse::maxY |
Maximum y-coordinate value of the columnName.
Definition at line 167 of file aggregate_min_max_geometry.h.
◆ minX
| double gpudb::AggregateMinMaxGeometryResponse::minX |
Minimum x-coordinate value of the columnName.
Definition at line 149 of file aggregate_min_max_geometry.h.
◆ minY
| double gpudb::AggregateMinMaxGeometryResponse::minY |
Minimum y-coordinate value of the columnName.
Definition at line 161 of file aggregate_min_max_geometry.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/aggregate_min_max_geometry.h