GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/aggregate_min_max_geometry.h>
Public Member Functions | |
AggregateMinMaxGeometryResponse () | |
Constructs an AggregateMinMaxGeometryResponse object with default parameter values. More... | |
Public Attributes | |
double | minX |
double | maxX |
double | minY |
double | maxY |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
Definition at line 115 of file aggregate_min_max_geometry.h.
|
inline |
Constructs an AggregateMinMaxGeometryResponse object with default parameter values.
Definition at line 122 of file aggregate_min_max_geometry.h.
std::map<std::string, std::string> gpudb::AggregateMinMaxGeometryResponse::info |
Definition at line 135 of file aggregate_min_max_geometry.h.
double gpudb::AggregateMinMaxGeometryResponse::maxX |
Definition at line 132 of file aggregate_min_max_geometry.h.
double gpudb::AggregateMinMaxGeometryResponse::maxY |
Definition at line 134 of file aggregate_min_max_geometry.h.
double gpudb::AggregateMinMaxGeometryResponse::minX |
Definition at line 131 of file aggregate_min_max_geometry.h.
double gpudb::AggregateMinMaxGeometryResponse::minY |
Definition at line 133 of file aggregate_min_max_geometry.h.