GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AggregateMinMaxGeometryRequest Struct Reference

A set of input parameters for const. More...

#include <gpudb/protocol/aggregate_min_max_geometry.h>

Public Member Functions

 AggregateMinMaxGeometryRequest ()
 Constructs an AggregateMinMaxGeometryRequest object with default parameter values. 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
 
std::string columnName
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input 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 19 of file aggregate_min_max_geometry.h.

Constructor & Destructor Documentation

gpudb::AggregateMinMaxGeometryRequest::AggregateMinMaxGeometryRequest ( )
inline

Constructs an AggregateMinMaxGeometryRequest object with default parameter values.

Definition at line 26 of file aggregate_min_max_geometry.h.

gpudb::AggregateMinMaxGeometryRequest::AggregateMinMaxGeometryRequest ( const std::string &  tableName_,
const std::string &  columnName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AggregateMinMaxGeometryRequest object with the specified parameters.

Parameters
[in]tableName_Name of the table on which the operation will be performed. Must be an existing table.
[in]columnName_Name of a geospatial geometry column on which the min-max will be calculated.
[in]options_Optional parameters.

Definition at line 44 of file aggregate_min_max_geometry.h.

Member Data Documentation

std::string gpudb::AggregateMinMaxGeometryRequest::columnName

Definition at line 52 of file aggregate_min_max_geometry.h.

std::map<std::string, std::string> gpudb::AggregateMinMaxGeometryRequest::options

Definition at line 53 of file aggregate_min_max_geometry.h.

std::string gpudb::AggregateMinMaxGeometryRequest::tableName

Definition at line 51 of file aggregate_min_max_geometry.h.


The documentation for this struct was generated from the following file: