GPUdb C++ API
Version 7.0.19.0
|
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 |
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.
|
inline |
Constructs a FilterResponse object with default parameter values.
std::map<std::string, std::string> gpudb::FilterResponse::info |