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

A set of output parameters for 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
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for 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

gpudb::ShowTypesResponse::ShowTypesResponse ( )
inline

Constructs a ShowTypesResponse object with default parameter values.

Definition at line 133 of file show_types.h.

Member Data Documentation

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

Definition at line 146 of file show_types.h.

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

Definition at line 144 of file show_types.h.

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

Definition at line 145 of file show_types.h.

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

Definition at line 142 of file show_types.h.

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

Definition at line 143 of file show_types.h.


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