GPUdb C++ API
Version 5.2.0.0
|
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 |
A set of output parameters for showTypes(const ShowTypesRequest&) const.
Retrieves information for the specified data type. Given a type ID, GPUdb 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 GPUdb returns the pertinent information for all data types that match the input criteria.
Definition at line 120 of file show_types.h.
|
inline |
Constructs a ShowTypesResponse object with default parameter values.
Definition at line 126 of file show_types.h.
std::vector<std::string> gpudb::ShowTypesResponse::labels |
Definition at line 136 of file show_types.h.
std::vector<std::map<std::string, std::vector<std::string> > > gpudb::ShowTypesResponse::properties |
Definition at line 137 of file show_types.h.
std::vector<std::string> gpudb::ShowTypesResponse::typeIds |
Definition at line 134 of file show_types.h.
std::vector<std::string> gpudb::ShowTypesResponse::typeSchemas |
Definition at line 135 of file show_types.h.