GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::FilterByBoxResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/filter_by_box.h>

Public Member Functions

 FilterByBoxResponse ()
 Constructs a FilterByBoxResponse object with default parameter values. More...
 

Public Attributes

int64_t count
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Calculates how many objects within the given table lie in a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a viewName is passed in as part of the input payload.

Definition at line 205 of file filter_by_box.h.

Constructor & Destructor Documentation

gpudb::FilterByBoxResponse::FilterByBoxResponse ( )
inline

Constructs a FilterByBoxResponse object with default parameter values.

Definition at line 212 of file filter_by_box.h.

Member Data Documentation

int64_t gpudb::FilterByBoxResponse::count

Definition at line 218 of file filter_by_box.h.

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

Definition at line 219 of file filter_by_box.h.


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