Skip to main content

◆ aggregateMinMaxGeometry() [1/4]

AggregateMinMaxGeometryResponse gpudb::GPUdb::aggregateMinMaxGeometry (const AggregateMinMaxGeometryRequest &request_) const

Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ aggregateMinMaxGeometry() [2/4]

AggregateMinMaxGeometryResponse & gpudb::GPUdb::aggregateMinMaxGeometry (const AggregateMinMaxGeometryRequest &request_,
AggregateMinMaxGeometryResponse &response_ ) const

Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ aggregateMinMaxGeometry() [3/4]

AggregateMinMaxGeometryResponse gpudb::GPUdb::aggregateMinMaxGeometry (const std::string &tableName,
const std::string &columnName,
const std::map< std::string, std::string > &options ) const

Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.

Parameters
[in]tableNameName 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]columnNameName of a geospatial geometry column on which the min-max will be calculated.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ aggregateMinMaxGeometry() [4/4]

AggregateMinMaxGeometryResponse & gpudb::GPUdb::aggregateMinMaxGeometry (const std::string &tableName,
const std::string &columnName,
const std::map< std::string, std::string > &options,
AggregateMinMaxGeometryResponse &response_ ) const

Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.

Parameters
[in]tableNameName 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]columnNameName of a geospatial geometry column on which the min-max will be calculated.
[in]optionsOptional parameters. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).