GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_environment.h>
Public Member Functions | |
ShowEnvironmentResponse () | |
Constructs a ShowEnvironmentResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | environmentNames |
std::vector< std::vector < std::string > > | packages |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Shows information about a specified user-defined function (UDF) environment or all environments. Returns detailed information about existing environments.
Definition at line 127 of file show_environment.h.
|
inline |
Constructs a ShowEnvironmentResponse object with default parameter values.
Definition at line 134 of file show_environment.h.
std::vector<std::string> gpudb::ShowEnvironmentResponse::environmentNames |
Definition at line 141 of file show_environment.h.
std::map<std::string, std::string> gpudb::ShowEnvironmentResponse::info |
Definition at line 143 of file show_environment.h.
std::vector<std::vector<std::string> > gpudb::ShowEnvironmentResponse::packages |
Definition at line 142 of file show_environment.h.