Skip to main content

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]environmentNameName 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]optionsOptional parameters.The default value is an empty map.
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]environmentNameName 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]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).