GPUdb C++ API  Version 6.2.0.3
gpudb::FilterByStringResponse Struct Reference

A set of output parameters for filterByString(const FilterByStringRequest&) 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
 

Detailed Description

A set of output parameters for filterByString(const FilterByStringRequest&) 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

◆ FilterByStringResponse()

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

◆ count

int64_t gpudb::FilterByStringResponse::count

Definition at line 214 of file filter_by_string.h.


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