GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::aggregateMinMaxGeometry. More...
#include <gpudb/protocol/aggregate_min_max_geometry.h>
Public Member Functions | |
AggregateMinMaxGeometryRequest () | |
Constructs an AggregateMinMaxGeometryRequest object with default parameters. More... | |
AggregateMinMaxGeometryRequest (const std::string &tableName_, const std::string &columnName_, const std::map< std::string, std::string > &options_) | |
Constructs an AggregateMinMaxGeometryRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | tableName |
Name of the table on which the operation will be performed. More... | |
std::string | columnName |
Name of a geospatial geometry column on which the min-max will be calculated. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::aggregateMinMaxGeometry.
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
Definition at line 19 of file aggregate_min_max_geometry.h.
|
inline |
Constructs an AggregateMinMaxGeometryRequest object with default parameters.
Definition at line 25 of file aggregate_min_max_geometry.h.
|
inline |
Constructs an AggregateMinMaxGeometryRequest object with the specified parameters.
[in] | tableName_ | Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. |
[in] | columnName_ | Name of a geospatial geometry column on which the min-max will be calculated. |
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 47 of file aggregate_min_max_geometry.h.
std::string gpudb::AggregateMinMaxGeometryRequest::columnName |
Name of a geospatial geometry column on which the min-max will be calculated.
Definition at line 66 of file aggregate_min_max_geometry.h.
std::map<std::string, std::string> gpudb::AggregateMinMaxGeometryRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 71 of file aggregate_min_max_geometry.h.
std::string gpudb::AggregateMinMaxGeometryRequest::tableName |
Name of the table on which the operation will be performed.
Must be an existing table, in [ schema_name. ]table_name format, using standard name resolution rules.
Definition at line 60 of file aggregate_min_max_geometry.h.