Skip to main content

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

#include <gpudb/protocol/filter_by_box_geometry.h>

Public Member Functions

 FilterByBoxGeometryResponse ()
 Constructs a FilterByBoxGeometryResponse 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::filterByBoxGeometry.

Definition at line 303 of file filter_by_box_geometry.h.

Constructor & Destructor Documentation

◆ FilterByBoxGeometryResponse()

gpudb::FilterByBoxGeometryResponse::FilterByBoxGeometryResponse ()
inline

Constructs a FilterByBoxGeometryResponse object with default parameters.

Definition at line 309 of file filter_by_box_geometry.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterByBoxGeometryResponse::count

The number of records passing the box filter.

Definition at line 318 of file filter_by_box_geometry.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 329 of file filter_by_box_geometry.h.


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