Skip to main content

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

#include <gpudb/protocol/filter_by_string.h>

Public Member Functions

 FilterByStringResponse ()
 Constructs a FilterByStringResponse object with default parameters.
 

Public Attributes

int64_t count
 The number of records that passed the string filter.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::filterByString.

Definition at line 358 of file filter_by_string.h.

Constructor & Destructor Documentation

◆ FilterByStringResponse()

gpudb::FilterByStringResponse::FilterByStringResponse ()
inline

Constructs a FilterByStringResponse object with default parameters.

Definition at line 363 of file filter_by_string.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterByStringResponse::count

The number of records that passed the string filter.

Definition at line 372 of file filter_by_string.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 383 of file filter_by_string.h.


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