GPUdb C++ API
Version 7.0.19.0
|
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 |
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.
|
inline |
Constructs a FilterByStringResponse object with default parameter values.
Definition at line 209 of file filter_by_string.h.
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.