Skip to main content

◆ 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
[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).

◆ 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]environmentNameName of the environment to be dropped. Must be an existing environment.
[in]optionsOptional parameters.The default value is an empty map.
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]environmentNameName of the environment to be dropped. Must be an existing environment.
[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).