GPUdb C++ API  Version 6.2.0.3
gpudb::ShowTypesResponse Struct Reference

A set of output parameters for showTypes(const ShowTypesRequest&) const. More...

#include <gpudb/protocol/show_types.h>

Public Member Functions

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

Public Attributes

std::vector< std::string > typeIds
 
std::vector< std::string > typeSchemas
 
std::vector< std::string > labels
 
std::vector< std::map< std::string, std::vector< std::string > > > properties
 

Detailed Description

A set of output parameters for showTypes(const ShowTypesRequest&) const.

Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type's column properties.

Definition at line 127 of file show_types.h.

Constructor & Destructor Documentation

◆ ShowTypesResponse()

gpudb::ShowTypesResponse::ShowTypesResponse ( )
inline

Constructs a ShowTypesResponse object with default parameter values.

Definition at line 133 of file show_types.h.

Member Data Documentation

◆ labels

std::vector<std::string> gpudb::ShowTypesResponse::labels

Definition at line 143 of file show_types.h.

◆ properties

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

Definition at line 144 of file show_types.h.

◆ typeIds

std::vector<std::string> gpudb::ShowTypesResponse::typeIds

Definition at line 141 of file show_types.h.

◆ typeSchemas

std::vector<std::string> gpudb::ShowTypesResponse::typeSchemas

Definition at line 142 of file show_types.h.


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