GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for filterByBoxGeometry(const FilterByBoxGeometryRequest&) const. More...
#include <gpudb/protocol/filter_by_box_geometry.h>
Public Member Functions | |
FilterByBoxGeometryResponse () | |
Constructs a FilterByBoxGeometryResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | count |
A set of output parameters for filterByBoxGeometry(const FilterByBoxGeometryRequest&) const.
Calculates which geospatial geometry objects from a table intersect a rectangular box. 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 which satisfies the input NAI restriction specification is also created when a viewName is passed in as part of the input payload.
Definition at line 196 of file filter_by_box_geometry.h.
|
inline |
Constructs a FilterByBoxGeometryResponse object with default parameter values.
Definition at line 203 of file filter_by_box_geometry.h.
int64_t gpudb::FilterByBoxGeometryResponse::count |
Definition at line 208 of file filter_by_box_geometry.h.