Skip to main content

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

#include <gpudb/protocol/filter_by_box.h>

Public Member Functions

 FilterByBoxResponse ()
 Constructs a FilterByBoxResponse object with default parameters.
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::filterByBox.

Definition at line 311 of file filter_by_box.h.

Constructor & Destructor Documentation

◆ FilterByBoxResponse()

gpudb::FilterByBoxResponse::FilterByBoxResponse ()
inline

Constructs a FilterByBoxResponse object with default parameters.

Definition at line 316 of file filter_by_box.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterByBoxResponse::count

The number of records passing the box filter.

Definition at line 325 of file filter_by_box.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 336 of file filter_by_box.h.


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