GPUdb C++ API
Version 6.0.1.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 |
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 193 of file filter_by_string.h.
|
inline |
Constructs a FilterByStringResponse object with default parameter values.
Definition at line 200 of file filter_by_string.h.
int64_t gpudb::FilterByStringResponse::count |
Definition at line 205 of file filter_by_string.h.