GPUdb C++ API  Version 5.2.0.0
gpudb::FilterResponse Struct Reference

A set of output parameters for filter(const FilterRequest&) 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
 

Detailed Description

A set of output parameters for filter(const FilterRequest&) const.

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

For details see concepts.

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 146 of file filter.h.

Constructor & Destructor Documentation

gpudb::FilterResponse::FilterResponse ( )
inline

Constructs a FilterResponse object with default parameter values.

Definition at line 152 of file filter.h.

Member Data Documentation

int64_t gpudb::FilterResponse::count

Definition at line 157 of file filter.h.


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