GPUdb C++ API  Version 6.2.0.3
gpudb::ShowProcRequest Struct Reference

A set of input parameters for showProc(const ShowProcRequest&) const. More...

#include <gpudb/protocol/show_proc.h>

Public Member Functions

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

Public Attributes

std::string procName
 
std::map< std::string, std::string > options
 

Detailed Description

A set of input parameters for showProc(const ShowProcRequest&) const.

Shows information about a proc.

Definition at line 18 of file show_proc.h.

Constructor & Destructor Documentation

◆ ShowProcRequest() [1/2]

gpudb::ShowProcRequest::ShowProcRequest ( )
inline

Constructs a ShowProcRequest object with default parameter values.

Definition at line 24 of file show_proc.h.

◆ ShowProcRequest() [2/2]

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

Constructs a ShowProcRequest object with the specified parameters.

Parameters
[in]procName_Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned.
[in]options_Optional parameters.

Definition at line 51 of file show_proc.h.

Member Data Documentation

◆ options

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

Definition at line 58 of file show_proc.h.

◆ procName

std::string gpudb::ShowProcRequest::procName

Definition at line 57 of file show_proc.h.


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