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

A set of output parameters for filterByValue(const FilterByValueRequest&) const. More...

#include <gpudb/protocol/filter_by_value.h>

Public Member Functions

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

Public Attributes

int64_t count
 

Detailed Description

A set of output parameters for filterByValue(const FilterByValueRequest&) const.

Calculates which objects from a table has a particular value for a particular column. The input parameters provide a way to specify either a String or a Double valued column and a desired value for the column on which the filter is performed. The operation is synchronous meaning that GPUdb will not return a response until all the objects are fully available. The response payload provides the count of the resulting set. A new result view which satisfies the input filter restriction specification is also created with a view name passed in as part of the input payload.

Definition at line 176 of file filter_by_value.h.

Constructor & Destructor Documentation

gpudb::FilterByValueResponse::FilterByValueResponse ( )
inline

Constructs a FilterByValueResponse object with default parameter values.

Definition at line 183 of file filter_by_value.h.

Member Data Documentation

int64_t gpudb::FilterByValueResponse::count

Definition at line 188 of file filter_by_value.h.


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