Skip to main content

A set of parameters for GPUdb::deleteProc. More…

#include <gpudb/protocol/delete_proc.h>

Public Member Functions

 DeleteProcRequest ()
 Constructs a DeleteProcRequest object with default parameters.
 
 DeleteProcRequest (const std::string &procName_, const std::map< std::string, std::string > &options_)
 Constructs a DeleteProcRequest object with the specified parameters.
 

Public Attributes

std::string procName
 Name of the proc to be deleted.
 
std::map< std::string, std::string > options
 Optional parameters.
 

Detailed Description

A set of parameters for GPUdb::deleteProc.

Deletes a proc. Any currently running instances of the proc will be killed.

Definition at line 18 of file delete_proc.h.

Constructor & Destructor Documentation

◆ DeleteProcRequest() [1/2]

gpudb::DeleteProcRequest::DeleteProcRequest ()
inline

Constructs a DeleteProcRequest object with default parameters.

Definition at line 23 of file delete_proc.h.

◆ DeleteProcRequest() [2/2]

gpudb::DeleteProcRequest::DeleteProcRequest (const std::string &procName_,
const std::map< std::string, std::string > &options_ )
inline

Constructs a DeleteProcRequest object with the specified parameters.

Parameters
[in]procName_Name of the proc to be deleted. Must be the name of a currently existing proc.
[in]options_Optional parameters. The default value is an empty map.

Definition at line 37 of file delete_proc.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::DeleteProcRequest::options

Optional parameters.

The default value is an empty map.

Definition at line 52 of file delete_proc.h.

◆ procName

std::string gpudb::DeleteProcRequest::procName

Name of the proc to be deleted.

Must be the name of a currently existing proc.

Definition at line 47 of file delete_proc.h.


The documentation for this struct was generated from the following file: