A set of results returned by GPUdb::createProc. More…
#include <gpudb/protocol/create_proc.h>
Public Member Functions | |
| CreateProcResponse () | |
| Constructs a CreateProcResponse object with default parameters. | |
Public Attributes | |
| std::string | procName |
| Value of procName. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::createProc.
Definition at line 281 of file create_proc.h.
Constructor & Destructor Documentation
◆ CreateProcResponse()
| inline |
Constructs a CreateProcResponse object with default parameters.
Definition at line 286 of file create_proc.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::CreateProcResponse::info |
Additional information.
Definition at line 300 of file create_proc.h.
◆ procName
| std::string gpudb::CreateProcResponse::procName |
Value of procName.
Definition at line 295 of file create_proc.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_proc.h