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