GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::showEnvironment. More...
#include <gpudb/protocol/show_environment.h>
Public Member Functions | |
ShowEnvironmentRequest () | |
Constructs a ShowEnvironmentRequest object with default parameters. More... | |
ShowEnvironmentRequest (const std::string &environmentName_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowEnvironmentRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | environmentName |
Name of the environment on which to retrieve information. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showEnvironment.
Shows information about a specified user-defined function (UDF) environment or all environments. Returns detailed information about existing environments.
Definition at line 21 of file show_environment.h.
|
inline |
Constructs a ShowEnvironmentRequest object with default parameters.
Definition at line 26 of file show_environment.h.
|
inline |
Constructs a ShowEnvironmentRequest object with the specified parameters.
[in] | environmentName_ | Name of the environment on which to retrieve information. The name must refer to a currently existing environment. If '*' or an empty value is specified, information about all environments will be returned. The default value is ''. |
[in] | options_ | Optional parameters.
|
Definition at line 71 of file show_environment.h.
std::string gpudb::ShowEnvironmentRequest::environmentName |
Name of the environment on which to retrieve information.
The name must refer to a currently existing environment. If '*' or an empty value is specified, information about all environments will be returned. The default value is ''.
Definition at line 83 of file show_environment.h.
std::map<std::string, std::string> gpudb::ShowEnvironmentRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 107 of file show_environment.h.