Skip to main content

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

#include <gpudb/protocol/filter_by_radius_geometry.h>

Public Member Functions

 FilterByRadiusGeometryResponse ()
 Constructs a FilterByRadiusGeometryResponse object with default parameters.
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::filterByRadiusGeometry.

Definition at line 293 of file filter_by_radius_geometry.h.

Constructor & Destructor Documentation

◆ FilterByRadiusGeometryResponse()

gpudb::FilterByRadiusGeometryResponse::FilterByRadiusGeometryResponse ()
inline

Constructs a FilterByRadiusGeometryResponse object with default parameters.

Definition at line 299 of file filter_by_radius_geometry.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterByRadiusGeometryResponse::count

The number of records passing the radius filter.

Definition at line 308 of file filter_by_radius_geometry.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 319 of file filter_by_radius_geometry.h.


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