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

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

#include <gpudb/protocol/show_proc.h>

Public Member Functions

 ShowProcResponse ()
 Constructs a ShowProcResponse object with default parameter values. More...
 

Public Attributes

std::vector< std::string > procNames
 
std::vector< std::string > executionModes
 
std::vector< std::map< std::string, std::vector< uint8_t > > > files
 
std::vector< std::string > commands
 
std::vector< std::vector< std::string > > args
 
std::vector< std::map< std::string, std::string > > options
 

Detailed Description

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

Shows information about a proc.

Definition at line 113 of file show_proc.h.

Constructor & Destructor Documentation

◆ ShowProcResponse()

gpudb::ShowProcResponse::ShowProcResponse ( )
inline

Constructs a ShowProcResponse object with default parameter values.

Definition at line 119 of file show_proc.h.

Member Data Documentation

◆ args

std::vector<std::vector<std::string> > gpudb::ShowProcResponse::args

Definition at line 133 of file show_proc.h.

◆ commands

std::vector<std::string> gpudb::ShowProcResponse::commands

Definition at line 132 of file show_proc.h.

◆ executionModes

std::vector<std::string> gpudb::ShowProcResponse::executionModes

Definition at line 130 of file show_proc.h.

◆ files

std::vector<std::map<std::string, std::vector<uint8_t> > > gpudb::ShowProcResponse::files

Definition at line 131 of file show_proc.h.

◆ options

std::vector<std::map<std::string, std::string> > gpudb::ShowProcResponse::options

Definition at line 134 of file show_proc.h.

◆ procNames

std::vector<std::string> gpudb::ShowProcResponse::procNames

Definition at line 129 of file show_proc.h.


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