A set of results returned by GPUdb::filterByAreaGeometry. More…
#include <gpudb/protocol/filter_by_area_geometry.h>
Public Member Functions | |
| FilterByAreaGeometryResponse () | |
| Constructs a FilterByAreaGeometryResponse object with default parameters. | |
Public Attributes | |
| int64_t | count |
| The number of records passing the area filter. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::filterByAreaGeometry.
Definition at line 268 of file filter_by_area_geometry.h.
Constructor & Destructor Documentation
◆ FilterByAreaGeometryResponse()
| inline |
Constructs a FilterByAreaGeometryResponse object with default parameters.
Definition at line 274 of file filter_by_area_geometry.h.
Member Data Documentation
◆ count
| int64_t gpudb::FilterByAreaGeometryResponse::count |
The number of records passing the area filter.
Definition at line 283 of file filter_by_area_geometry.h.
◆ info
| std::map<std::string, std::string> gpudb::FilterByAreaGeometryResponse::info |
Additional information.
- filter_by_area_geometry_qualified_view_name: The fully qualified name of the view (i.e. including the schema).
The default value is an empty map.
Definition at line 294 of file filter_by_area_geometry.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/filter_by_area_geometry.h