GPUdb C++ API  Version 6.1.0.0
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. Given a type ID, the database returns the data type schema, the label, and the semantic type along with the type ID. If the user provides any combination of label and semantic type, then the database returns the pertinent information for all data types that match the input criteria.

Definition at line 119 of file show_types.h.

Constructor & Destructor Documentation

◆ ShowTypesResponse()

gpudb::ShowTypesResponse::ShowTypesResponse ( )
inline

Constructs a ShowTypesResponse object with default parameter values.

Definition at line 125 of file show_types.h.

Member Data Documentation

◆ labels

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

Definition at line 135 of file show_types.h.

◆ properties

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

Definition at line 136 of file show_types.h.

◆ typeIds

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

Definition at line 133 of file show_types.h.

◆ typeSchemas

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

Definition at line 134 of file show_types.h.


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