GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for filterByAreaGeometry(const FilterByAreaGeometryRequest&) 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 |
A set of output parameters for filterByAreaGeometry(const FilterByAreaGeometryRequest&) 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.
|
inline |
Constructs a FilterByAreaGeometryResponse object with default parameter values.
Definition at line 180 of file filter_by_area_geometry.h.
int64_t gpudb::FilterByAreaGeometryResponse::count |
Definition at line 185 of file filter_by_area_geometry.h.