GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowEnvironmentResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ShowEnvironmentResponse::ShowEnvironmentResponse ( )
inline

Constructs a ShowEnvironmentResponse object with default parameter values.

Definition at line 134 of file show_environment.h.

Member Data Documentation

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.


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