GPUdb C++ API
Version 5.2.0.0
|
A set of input parameters for showTypes(const ShowTypesRequest&) const. More...
#include <gpudb/protocol/show_types.h>
Public Member Functions | |
ShowTypesRequest () | |
Constructs a ShowTypesRequest object with default parameter values. More... | |
ShowTypesRequest (const std::string &typeId, const std::string &label, const std::map< std::string, std::string > &options) | |
Constructs a ShowTypesRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | typeId |
std::string | label |
std::map< std::string, std::string > | options |
A set of input 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 22 of file show_types.h.
|
inline |
Constructs a ShowTypesRequest object with default parameter values.
Definition at line 28 of file show_types.h.
|
inline |
Constructs a ShowTypesRequest object with the specified parameters.
[in] | typeId | Type Id returned in response to a call to /create/type. |
[in] | label | Option string that was supplied by user in a call to /create/type. |
[in] | options | Optional parameters. Default value is an empty std::map. |
Definition at line 46 of file show_types.h.
std::string gpudb::ShowTypesRequest::label |
Definition at line 54 of file show_types.h.
std::map<std::string, std::string> gpudb::ShowTypesRequest::options |
Definition at line 55 of file show_types.h.
std::string gpudb::ShowTypesRequest::typeId |
Definition at line 53 of file show_types.h.