GPUdb C++ API  Version 7.2.2.4
gpudb::ExecuteProcResponse Struct Reference

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. More...
 

Public Attributes

std::string runId
 The run ID of the running proc instance. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::executeProc.

Definition at line 428 of file execute_proc.h.

Constructor & Destructor Documentation

◆ ExecuteProcResponse()

gpudb::ExecuteProcResponse::ExecuteProcResponse ( )
inline

Constructs an ExecuteProcResponse object with default parameters.

Definition at line 433 of file execute_proc.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::ExecuteProcResponse::info

Additional information.

Definition at line 451 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 446 of file execute_proc.h.


The documentation for this struct was generated from the following file: