GPUdb.show_types( type_id = None, label = None, options = {} )
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.
Input Parameter Description
Name | Type | Description |
---|---|---|
type_id | str | Type Id returned in response to a call to create_type. |
label | str | Option string that was supplied by user in a call to create_type. |
options | dict of str | Optional parameters. Default value is an empty dict ( {} ). |
Output Parameter Description
Name | Type | Description |
---|---|---|
type_ids | list of str | |
type_schemas | list of str | |
labels | list of str | |
properties | list of dicts of lists of str |