Skip to main content

A set of results returned by GPUdb::filterByGeometry. More…

#include <gpudb/protocol/filter_by_geometry.h>

Public Member Functions

 FilterByGeometryResponse ()
 Constructs a FilterByGeometryResponse object with default parameters.
 

Public Attributes

int64_t count
 The number of records passing the geometry filter.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::filterByGeometry.

Definition at line 331 of file filter_by_geometry.h.

Constructor & Destructor Documentation

◆ FilterByGeometryResponse()

gpudb::FilterByGeometryResponse::FilterByGeometryResponse ()
inline

Constructs a FilterByGeometryResponse object with default parameters.

Definition at line 337 of file filter_by_geometry.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterByGeometryResponse::count

The number of records passing the geometry filter.

Definition at line 346 of file filter_by_geometry.h.

◆ info

std::map<std::string, std::string> gpudb::FilterByGeometryResponse::info

Additional information.

The default value is an empty map.

Definition at line 357 of file filter_by_geometry.h.


The documentation for this struct was generated from the following file: