Skip to main content

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

#include <gpudb/protocol/filter_by_radius.h>

Public Member Functions

 FilterByRadiusResponse ()
 Constructs a FilterByRadiusResponse 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::filterByRadius.

Definition at line 313 of file filter_by_radius.h.

Constructor & Destructor Documentation

◆ FilterByRadiusResponse()

gpudb::FilterByRadiusResponse::FilterByRadiusResponse ()
inline

Constructs a FilterByRadiusResponse object with default parameters.

Definition at line 318 of file filter_by_radius.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterByRadiusResponse::count

The number of records passing the radius filter.

Definition at line 327 of file filter_by_radius.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 338 of file filter_by_radius.h.


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