◆ showEnvironment() [1/4]
| ShowEnvironmentResponse gpudb::GPUdb::showEnvironment | ( | const ShowEnvironmentRequest & | request_ | ) | const |
Shows information about a specified user-defined function (UDF) environment or all environments.
Returns detailed information about existing environments.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ showEnvironment() [2/4]
| ShowEnvironmentResponse & gpudb::GPUdb::showEnvironment | ( | const ShowEnvironmentRequest & | request_, |
| ShowEnvironmentResponse & | response_ ) const |
Shows information about a specified user-defined function (UDF) environment or all environments.
Returns detailed information about existing environments.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ showEnvironment() [3/4]
| ShowEnvironmentResponse gpudb::GPUdb::showEnvironment | ( | const std::string & | environmentName, |
| const std::map< std::string, std::string > & | options ) const |
Shows information about a specified user-defined function (UDF) environment or all environments.
Returns detailed information about existing environments.
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.
|
Returns
Response object containing the result of the operation.
◆ showEnvironment() [4/4]
| ShowEnvironmentResponse & gpudb::GPUdb::showEnvironment | ( | const std::string & | environmentName, |
| const std::map< std::string, std::string > & | options, | ||
| ShowEnvironmentResponse & | response_ ) const |
Shows information about a specified user-defined function (UDF) environment or all environments.
Returns detailed information about existing environments.
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.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).