GPUdb C++ API  Version 7.2.2.4
gpudb::ShowEnvironmentRequest Struct Reference

A set of parameters for GPUdb::showEnvironment. More...

#include <gpudb/protocol/show_environment.h>

Public Member Functions

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

Public Attributes

std::string environmentName
 Name of the environment on which to retrieve information. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::showEnvironment.

Shows information about a specified user-defined function (UDF) environment or all environments. Returns detailed information about existing environments.

Definition at line 21 of file show_environment.h.

Constructor & Destructor Documentation

◆ ShowEnvironmentRequest() [1/2]

gpudb::ShowEnvironmentRequest::ShowEnvironmentRequest ( )
inline

Constructs a ShowEnvironmentRequest object with default parameters.

Definition at line 26 of file show_environment.h.

◆ ShowEnvironmentRequest() [2/2]

gpudb::ShowEnvironmentRequest::ShowEnvironmentRequest ( const std::string &  environmentName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ShowEnvironmentRequest object with the specified parameters.

Parameters
[in]environmentName_Name of the environment on which to retrieve information. The name must refer to a currently existing environment. If '*' or an empty value is specified, information about all environments will be returned. The default value is ''.
[in]options_Optional parameters. The default value is an empty map.

Definition at line 71 of file show_environment.h.

Member Data Documentation

◆ environmentName

std::string gpudb::ShowEnvironmentRequest::environmentName

Name of the environment on which to retrieve information.

The name must refer to a currently existing environment. If '*' or an empty value is specified, information about all environments will be returned. The default value is ''.

Definition at line 83 of file show_environment.h.

◆ options

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

Optional parameters.

The default value is an empty map.

Definition at line 107 of file show_environment.h.


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