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

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

#include <gpudb/protocol/filter_by_area_geometry.h>

Public Member Functions

 FilterByAreaGeometryResponse ()
 Constructs a FilterByAreaGeometryResponse object with default parameter values. More...
 

Public Attributes

int64_t count
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name viewName passed in as part of the input.

Definition at line 173 of file filter_by_area_geometry.h.

Constructor & Destructor Documentation

gpudb::FilterByAreaGeometryResponse::FilterByAreaGeometryResponse ( )
inline

Constructs a FilterByAreaGeometryResponse object with default parameter values.

Definition at line 180 of file filter_by_area_geometry.h.

Member Data Documentation

int64_t gpudb::FilterByAreaGeometryResponse::count

Definition at line 186 of file filter_by_area_geometry.h.

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

Definition at line 187 of file filter_by_area_geometry.h.


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