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()
| 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.
- filter_by_string_qualified_view_name: The fully qualified name of the view (i.e. including the schema).
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:
- gpudb/protocol/filter_by_string.h