GPUdb C++ API
Version 5.2.0.0
|
A set of output parameters for filterByBox(const FilterByBoxRequest&) const. More...
#include <gpudb/protocol/filter_by_box.h>
Public Member Functions | |
FilterByBoxResponse () | |
Constructs a FilterByBoxResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | count |
A set of output parameters for filterByBox(const FilterByBoxRequest&) const.
Calculates how many objects within the given table lie in a rectangular box. The operation is synchronous meaning that GPUdb will not return the request 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 199 of file filter_by_box.h.
|
inline |
Constructs a FilterByBoxResponse object with default parameter values.
Definition at line 206 of file filter_by_box.h.
int64_t gpudb::FilterByBoxResponse::count |
Definition at line 211 of file filter_by_box.h.