A set of results returned by GPUdb::hasType. More…
#include <gpudb/protocol/has_type.h>
Public Member Functions | |
| HasTypeResponse () | |
| Constructs a HasTypeResponse object with default parameters. | |
Public Attributes | |
| std::string | typeId |
| Value of typeId. | |
| bool | typeExists |
| Indicates whether the type exists or not. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::hasType.
Definition at line 105 of file has_type.h.
Constructor & Destructor Documentation
◆ HasTypeResponse()
| inline |
Constructs a HasTypeResponse object with default parameters.
Definition at line 110 of file has_type.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::HasTypeResponse::info |
Additional information.
Definition at line 135 of file has_type.h.
◆ typeExists
| bool gpudb::HasTypeResponse::typeExists |
Indicates whether the type exists or not.
Supported values:
- true
- false
Definition at line 130 of file has_type.h.
◆ typeId
| std::string gpudb::HasTypeResponse::typeId |
Value of typeId.
Definition at line 120 of file has_type.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/has_type.h