A set of parameters for GPUdb::hasType. More…
#include <gpudb/protocol/has_type.h>
Public Member Functions | |
| HasTypeRequest () | |
| Constructs a HasTypeRequest object with default parameters. | |
| HasTypeRequest (const std::string &typeId_, const std::map< std::string, std::string > &options_) | |
| Constructs a HasTypeRequest object with the specified parameters. | |
Public Attributes | |
| std::string | typeId |
| Id of the type returned in response to GPUdb::createType request. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::hasType.
Check for the existence of a type.
Definition at line 17 of file has_type.h.
Constructor & Destructor Documentation
◆ HasTypeRequest() [1/2]
| inline |
Constructs a HasTypeRequest object with default parameters.
Definition at line 22 of file has_type.h.
◆ HasTypeRequest() [2/2]
| inline |
Constructs a HasTypeRequest object with the specified parameters.
Parameters
| [in] | typeId_ | Id of the type returned in response to GPUdb::createType request. |
| [in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 37 of file has_type.h.
Member Data Documentation
◆ options
| std::map<std::string, std::string> gpudb::HasTypeRequest::options |
◆ typeId
| std::string gpudb::HasTypeRequest::typeId |
Id of the type returned in response to GPUdb::createType request.
Definition at line 48 of file has_type.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/has_type.h