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

A set of input parameters for const. More...

#include <gpudb/protocol/create_environment.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of input parameters for const.

Creates a new environment which can be used by user-defined functions (UDF).

Definition at line 20 of file create_environment.h.

Constructor & Destructor Documentation

gpudb::CreateEnvironmentRequest::CreateEnvironmentRequest ( )
inline

Constructs a CreateEnvironmentRequest object with default parameter values.

Definition at line 27 of file create_environment.h.

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

Constructs a CreateEnvironmentRequest object with the specified parameters.

Parameters
[in]environmentName_Name of the environment to be created.
[in]options_Optional parameters.

Definition at line 41 of file create_environment.h.

Member Data Documentation

std::string gpudb::CreateEnvironmentRequest::environmentName

Definition at line 47 of file create_environment.h.

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

Definition at line 48 of file create_environment.h.


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