GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::createEnvironment. More...
#include <gpudb/protocol/create_environment.h>
Public Member Functions | |
CreateEnvironmentRequest () | |
Constructs a CreateEnvironmentRequest object with default parameters. More... | |
CreateEnvironmentRequest (const std::string &environmentName_, const std::map< std::string, std::string > &options_) | |
Constructs a CreateEnvironmentRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | environmentName |
Name of the environment to be created. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::createEnvironment.
Creates a new environment which can be used by user-defined functions (UDF).
Definition at line 20 of file create_environment.h.
|
inline |
Constructs a CreateEnvironmentRequest object with default parameters.
Definition at line 26 of file create_environment.h.
|
inline |
Constructs a CreateEnvironmentRequest object with the specified parameters.
[in] | environmentName_ | Name of the environment to be created. |
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 40 of file create_environment.h.
std::string gpudb::CreateEnvironmentRequest::environmentName |
Name of the environment to be created.
Definition at line 49 of file create_environment.h.
std::map<std::string, std::string> gpudb::CreateEnvironmentRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 54 of file create_environment.h.