Skip to main content

◆ 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.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of 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.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ 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.

Parameters
[in]typeIdType Id returned in response to a call to createType.
[in]labelOption string that was supplied by user in a call to createType.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ 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.

Parameters
[in]typeIdType Id returned in response to a call to createType.
[in]labelOption string that was supplied by user in a call to createType.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).