Skip to main content

A set of results returned by GPUdb::filter. More…

#include <gpudb/protocol/filter.h>

Public Member Functions

 FilterResponse ()
 Constructs a FilterResponse object with default parameters.
 

Public Attributes

int64_t count
 The number of records that matched the given select expression.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::filter.

Definition at line 241 of file filter.h.

Constructor & Destructor Documentation

◆ FilterResponse()

gpudb::FilterResponse::FilterResponse ()
inline

Constructs a FilterResponse object with default parameters.

Definition at line 246 of file filter.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterResponse::count

The number of records that matched the given select expression.

Definition at line 255 of file filter.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 266 of file filter.h.


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