GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/drop_environment.h>
Public Member Functions | |
DropEnvironmentRequest () | |
Constructs a DropEnvironmentRequest object with default parameter values. More... | |
DropEnvironmentRequest (const std::string &environmentName_, const std::map< std::string, std::string > &options_) | |
Constructs a DropEnvironmentRequest 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.
Drop an existing user-defined function (UDF) environment.
Definition at line 19 of file drop_environment.h.
|
inline |
Constructs a DropEnvironmentRequest object with default parameter values.
Definition at line 26 of file drop_environment.h.
|
inline |
Constructs a DropEnvironmentRequest object with the specified parameters.
[in] | environmentName_ | Name of the environment to be dropped. Must be an existing environment. |
[in] | options_ | Optional parameters.
|
Definition at line 56 of file drop_environment.h.
std::string gpudb::DropEnvironmentRequest::environmentName |
Definition at line 62 of file drop_environment.h.
std::map<std::string, std::string> gpudb::DropEnvironmentRequest::options |
Definition at line 63 of file drop_environment.h.