◆ dropEnvironment() [1/4]
| DropEnvironmentResponse gpudb::GPUdb::dropEnvironment | ( | const DropEnvironmentRequest & | request_ | ) | const |
Drop an existing user-defined function (UDF) environment.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ dropEnvironment() [2/4]
| DropEnvironmentResponse & gpudb::GPUdb::dropEnvironment | ( | const DropEnvironmentRequest & | request_, |
| DropEnvironmentResponse & | response_ ) const |
Drop an existing user-defined function (UDF) environment.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ dropEnvironment() [3/4]
| DropEnvironmentResponse gpudb::GPUdb::dropEnvironment | ( | const std::string & | environmentName, |
| const std::map< std::string, std::string > & | options ) const |
Drop an existing user-defined function (UDF) environment.
Parameters
| [in] | environmentName | Name of the environment to be dropped. Must be an existing environment. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ dropEnvironment() [4/4]
| DropEnvironmentResponse & gpudb::GPUdb::dropEnvironment | ( | const std::string & | environmentName, |
| const std::map< std::string, std::string > & | options, | ||
| DropEnvironmentResponse & | response_ ) const |
Drop an existing user-defined function (UDF) environment.
Parameters
| [in] | environmentName | Name of the environment to be dropped. Must be an existing environment. |
| [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).