GPUdb C++ API
Version 7.0.19.0
|
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 |
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.
|
inline |
Constructs a ShowTypesResponse object with default parameter values.
Definition at line 133 of file show_types.h.
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.