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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::AggregateMinMaxGeometryResponse::AggregateMinMaxGeometryResponse ( )
inline

Constructs an AggregateMinMaxGeometryResponse object with default parameter values.

Definition at line 122 of file aggregate_min_max_geometry.h.

Member Data Documentation

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.


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