GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/filter_by_radius_geometry.h>
Public Member Functions | |
FilterByRadiusGeometryResponse () | |
Constructs a FilterByRadiusGeometryResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | count |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a viewName is passed in as part of the request.
Definition at line 187 of file filter_by_radius_geometry.h.
|
inline |
Constructs a FilterByRadiusGeometryResponse object with default parameter values.
Definition at line 194 of file filter_by_radius_geometry.h.
int64_t gpudb::FilterByRadiusGeometryResponse::count |
Definition at line 200 of file filter_by_radius_geometry.h.
std::map<std::string, std::string> gpudb::FilterByRadiusGeometryResponse::info |
Definition at line 201 of file filter_by_radius_geometry.h.