GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::FilterByStringResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/filter_by_string.h>

Public Member Functions

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

Public Attributes

int64_t count
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Calculates which objects from a table, collection, or view match a string expression for the given string columns. The options 'case_sensitive' can be used to modify the behavior for all modes except 'search'. For 'search' mode details and limitations, see Full Text Search.

Definition at line 202 of file filter_by_string.h.

Constructor & Destructor Documentation

gpudb::FilterByStringResponse::FilterByStringResponse ( )
inline

Constructs a FilterByStringResponse object with default parameter values.

Definition at line 209 of file filter_by_string.h.

Member Data Documentation

int64_t gpudb::FilterByStringResponse::count

Definition at line 215 of file filter_by_string.h.

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

Definition at line 216 of file filter_by_string.h.


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