GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/create_environment.h>
Public Member Functions | |
CreateEnvironmentRequest () | |
Constructs a CreateEnvironmentRequest object with default parameter values. 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 |
std::map< std::string, std::string > | options |
A set of input parameters for const.
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 parameter values.
Definition at line 27 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. |
Definition at line 41 of file create_environment.h.
std::string gpudb::CreateEnvironmentRequest::environmentName |
Definition at line 47 of file create_environment.h.
std::map<std::string, std::string> gpudb::CreateEnvironmentRequest::options |
Definition at line 48 of file create_environment.h.