◆ showTypes() [1/4]
| ShowTypesResponse gpudb::GPUdb::showTypes | ( | const ShowTypesRequest & | request_ | ) | 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.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ showTypes() [2/4]
| ShowTypesResponse & gpudb::GPUdb::showTypes | ( | const ShowTypesRequest & | request_, |
| ShowTypesResponse & | response_ ) 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.
◆ showTypes() [3/4]
| ShowTypesResponse gpudb::GPUdb::showTypes | ( | const std::string & | typeId, |
| const std::string & | label, | ||
| const std::map< std::string, std::string > & | options ) 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.
| [in] | typeId | Type Id returned in response to a call to createType. |
| [in] | label | Option string that was supplied by user in a call to createType. |
| [in] | options | Optional parameters.
|
◆ showTypes() [4/4]
| ShowTypesResponse & gpudb::GPUdb::showTypes | ( | const std::string & | typeId, |
| const std::string & | label, | ||
| const std::map< std::string, std::string > & | options, | ||
| ShowTypesResponse & | response_ ) 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.
| [in] | typeId | Type Id returned in response to a call to createType. |
| [in] | label | Option string that was supplied by user in a call to createType. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |