A set of results returned by GPUdb::filterByList. More…
#include <gpudb/protocol/filter_by_list.h>
Public Member Functions | |
| FilterByListResponse () | |
| Constructs a FilterByListResponse object with default parameters. | |
Public Attributes | |
| int64_t | count |
| The number of records passing the list filter. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::filterByList.
Definition at line 274 of file filter_by_list.h.
Constructor & Destructor Documentation
◆ FilterByListResponse()
| inline |
Constructs a FilterByListResponse object with default parameters.
Definition at line 279 of file filter_by_list.h.
Member Data Documentation
◆ count
| int64_t gpudb::FilterByListResponse::count |
The number of records passing the list filter.
Definition at line 288 of file filter_by_list.h.
◆ info
| std::map<std::string, std::string> gpudb::FilterByListResponse::info |
Additional information.
- filter_by_list_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 299 of file filter_by_list.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/filter_by_list.h