GPUdb C++ API  Version 6.2.0.3
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 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

◆ FilterResponse()

gpudb::FilterResponse::FilterResponse ( )
inline

Constructs a FilterResponse object with default parameter values.

Definition at line 171 of file filter.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterResponse::count

Definition at line 176 of file filter.h.


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