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

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

#include <gpudb/protocol/create_environment.h>

Public Member Functions

 CreateEnvironmentRequest ()
 Constructs a CreateEnvironmentRequest object with default parameters. 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
 Name of the environment to be created. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::createEnvironment.

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

◆ CreateEnvironmentRequest() [1/2]

gpudb::CreateEnvironmentRequest::CreateEnvironmentRequest ( )
inline

Constructs a CreateEnvironmentRequest object with default parameters.

Definition at line 26 of file create_environment.h.

◆ CreateEnvironmentRequest() [2/2]

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. The default value is an empty map.

Definition at line 40 of file create_environment.h.

Member Data Documentation

◆ environmentName

std::string gpudb::CreateEnvironmentRequest::environmentName

Name of the environment to be created.

Definition at line 49 of file create_environment.h.

◆ options

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

Optional parameters.

The default value is an empty map.

Definition at line 54 of file create_environment.h.


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