GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ExecuteProcResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/execute_proc.h>

Public Member Functions

 ExecuteProcResponse ()
 Constructs an ExecuteProcResponse object with default parameter values. More...
 

Public Attributes

std::string runId
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Executes a proc. This endpoint is asynchronous and does not wait for the proc to complete before returning.

If the proc being executed is distributed, inputTableNames & inputColumnNames may be passed to the proc to use for reading data, and outputTableNames may be passed to the proc to use for writing data.

If the proc being executed is non-distributed, these table parameters will be ignored.

Definition at line 283 of file execute_proc.h.

Constructor & Destructor Documentation

gpudb::ExecuteProcResponse::ExecuteProcResponse ( )
inline

Constructs an ExecuteProcResponse object with default parameter values.

Definition at line 290 of file execute_proc.h.

Member Data Documentation

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

Definition at line 297 of file execute_proc.h.

std::string gpudb::ExecuteProcResponse::runId

Definition at line 296 of file execute_proc.h.


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