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

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

#include <gpudb/protocol/filter.h>

Public Member Functions

 FilterResponse ()
 Constructs a FilterResponse 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.

Filters data based on the specified expression. The results are stored in a result set with the given viewName.

For details see Expressions.

The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.

Definition at line 165 of file filter.h.

Constructor & Destructor Documentation

gpudb::FilterResponse::FilterResponse ( )
inline

Constructs a FilterResponse object with default parameter values.

Definition at line 171 of file filter.h.

Member Data Documentation

int64_t gpudb::FilterResponse::count

Definition at line 177 of file filter.h.

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

Definition at line 178 of file filter.h.


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