GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_environment.h>
Public Member Functions | |
CreateEnvironmentResponse () | |
Constructs a CreateEnvironmentResponse object with default parameter values. More... | |
Public Attributes | |
std::string | environmentName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Creates a new environment which can be used by user-defined functions (UDF).
Definition at line 105 of file create_environment.h.
|
inline |
Constructs a CreateEnvironmentResponse object with default parameter values.
Definition at line 112 of file create_environment.h.
std::string gpudb::CreateEnvironmentResponse::environmentName |
Definition at line 118 of file create_environment.h.
std::map<std::string, std::string> gpudb::CreateEnvironmentResponse::info |
Definition at line 119 of file create_environment.h.