GPUdb C++ API  Version 7.2.2.4
gpudb::AggregateMinMaxGeometryResponse Struct Reference

A set of results returned by GPUdb::aggregateMinMaxGeometry. More...

#include <gpudb/protocol/aggregate_min_max_geometry.h>

Public Member Functions

 AggregateMinMaxGeometryResponse ()
 Constructs an AggregateMinMaxGeometryResponse object with default parameters. More...
 

Public Attributes

double minX
 Minimum x-coordinate value of the columnName. More...
 
double maxX
 Maximum x-coordinate value of the columnName. More...
 
double minY
 Minimum y-coordinate value of the columnName. More...
 
double maxY
 Maximum y-coordinate value of the columnName. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::aggregateMinMaxGeometry.

Definition at line 130 of file aggregate_min_max_geometry.h.

Constructor & Destructor Documentation

◆ AggregateMinMaxGeometryResponse()

gpudb::AggregateMinMaxGeometryResponse::AggregateMinMaxGeometryResponse ( )
inline

Constructs an AggregateMinMaxGeometryResponse object with default parameters.

Definition at line 136 of file aggregate_min_max_geometry.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::AggregateMinMaxGeometryResponse::info

Additional information.

Definition at line 172 of file aggregate_min_max_geometry.h.

◆ maxX

double gpudb::AggregateMinMaxGeometryResponse::maxX

Maximum x-coordinate value of the columnName.

Definition at line 155 of file aggregate_min_max_geometry.h.

◆ maxY

double gpudb::AggregateMinMaxGeometryResponse::maxY

Maximum y-coordinate value of the columnName.

Definition at line 167 of file aggregate_min_max_geometry.h.

◆ minX

double gpudb::AggregateMinMaxGeometryResponse::minX

Minimum x-coordinate value of the columnName.

Definition at line 149 of file aggregate_min_max_geometry.h.

◆ minY

double gpudb::AggregateMinMaxGeometryResponse::minY

Minimum y-coordinate value of the columnName.

Definition at line 161 of file aggregate_min_max_geometry.h.


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