Skip to main content

A set of results returned by GPUdb::createType. More…

#include <gpudb/protocol/create_type.h>

Public Member Functions

 CreateTypeResponse ()
 Constructs a CreateTypeResponse object with default parameters.
 

Public Attributes

std::string typeId
 An identifier representing the created type.
 
std::string typeDefinition
 Value of typeDefinition.
 
std::string label
 Value of label.
 
std::map< std::string, std::vector< std::string > > properties
 Value of properties.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::createType.

Definition at line 723 of file create_type.h.

Constructor & Destructor Documentation

◆ CreateTypeResponse()

gpudb::CreateTypeResponse::CreateTypeResponse ()
inline

Constructs a CreateTypeResponse object with default parameters.

Definition at line 728 of file create_type.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 764 of file create_type.h.

◆ label

std::string gpudb::CreateTypeResponse::label

Value of label.

Definition at line 754 of file create_type.h.

◆ properties

std::map<std::string, std::vector<std::string> > gpudb::CreateTypeResponse::properties

Value of properties.

Definition at line 759 of file create_type.h.

◆ typeDefinition

std::string gpudb::CreateTypeResponse::typeDefinition

Value of typeDefinition.

Definition at line 749 of file create_type.h.

◆ typeId

std::string gpudb::CreateTypeResponse::typeId

An identifier representing the created type.

This type_id can be used in subsequent calls to create atable”.

Definition at line 743 of file create_type.h.


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