A set of results returned by GPUdb::executeProc. More…
#include <gpudb/protocol/execute_proc.h>
Public Member Functions | |
| ExecuteProcResponse () | |
| Constructs an ExecuteProcResponse object with default parameters. | |
Public Attributes | |
| std::string | runId |
| The run ID of the running proc instance. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::executeProc.
Definition at line 376 of file execute_proc.h.
Constructor & Destructor Documentation
◆ ExecuteProcResponse()
| inline |
Constructs an ExecuteProcResponse object with default parameters.
Definition at line 381 of file execute_proc.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::ExecuteProcResponse::info |
Additional information.
- execute_proc_deferred_tables: <DEVELOPER>
The default value is an empty map.
Definition at line 404 of file execute_proc.h.
◆ runId
| std::string gpudb::ExecuteProcResponse::runId |
The run ID of the running proc instance.
This may be passed to GPUdb::showProcStatus to obtain status information, or GPUdb::killProc to kill the proc instance.
Definition at line 394 of file execute_proc.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/execute_proc.h