Skip to main content

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

#include <gpudb/protocol/filter_by_area.h>

Public Member Functions

 FilterByAreaResponse ()
 Constructs a FilterByAreaResponse 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::filterByArea.

Definition at line 278 of file filter_by_area.h.

Constructor & Destructor Documentation

◆ FilterByAreaResponse()

gpudb::FilterByAreaResponse::FilterByAreaResponse ()
inline

Constructs a FilterByAreaResponse object with default parameters.

Definition at line 283 of file filter_by_area.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterByAreaResponse::count

The number of records passing the area filter.

Definition at line 292 of file filter_by_area.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 303 of file filter_by_area.h.


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