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. | |
| CreateEnvironmentRequest (const std::string &environmentName_, const std::map< std::string, std::string > &options_) | |
| Constructs a CreateEnvironmentRequest object with the specified parameters. | |
Public Attributes | |
| std::string | environmentName |
| Name of the environment to be created. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ CreateEnvironmentRequest() [1/2]
| inline |
Constructs a CreateEnvironmentRequest object with default parameters.
Definition at line 26 of file create_environment.h.
◆ CreateEnvironmentRequest() [2/2]
| 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.
Member Data Documentation
◆ environmentName
| std::string gpudb::CreateEnvironmentRequest::environmentName |
Name of the environment to be created.
Definition at line 49 of file create_environment.h.
◆ options
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_environment.h