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

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

#include <gpudb/protocol/create_proc.h>

Public Member Functions

 CreateProcResponse ()
 Constructs a CreateProcResponse object with default parameter values. More...
 

Public Attributes

std::string procName
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Creates an instance (proc) of the user-defined function (UDF) specified by the given command, options, and files, and makes it available for execution. For details on UDFs, see: User-Defined Functions

Definition at line 192 of file create_proc.h.

Constructor & Destructor Documentation

gpudb::CreateProcResponse::CreateProcResponse ( )
inline

Constructs a CreateProcResponse object with default parameter values.

Definition at line 199 of file create_proc.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::CreateProcResponse::info

Definition at line 206 of file create_proc.h.

std::string gpudb::CreateProcResponse::procName

Definition at line 205 of file create_proc.h.


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