A set of results returned by GPUdb::filter. More…
#include <gpudb/protocol/filter.h>
Public Member Functions | |
| FilterResponse () | |
| Constructs a FilterResponse object with default parameters. | |
Public Attributes | |
| int64_t | count |
| The number of records that matched the given select expression. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::filter.
Definition at line 241 of file filter.h.
Constructor & Destructor Documentation
◆ FilterResponse()
| inline |
Constructs a FilterResponse object with default parameters.
Definition at line 246 of file filter.h.
Member Data Documentation
◆ count
| int64_t gpudb::FilterResponse::count |
The number of records that matched the given select expression.
Definition at line 255 of file filter.h.
◆ info
| std::map<std::string, std::string> gpudb::FilterResponse::info |
Additional information.
- filter_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 266 of file filter.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/filter.h