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
Type Id returned in response to a call to GPUdb.create_type().
Option string that was supplied by user in a call to GPUdb.create_type().
Optional parameters. Allowed keys are:
no_join_types – When set to ‘true’, no join types will be included. Allowed values are:
true
false
The default value is ‘false’.
The default value is an empty dict ( ).
Returns
A dict with the following entries–
The type IDs of the matching types.
The Avro schema strings describing each matching type.
The user-defined labels of each matching type.
The column properties of each matching type.
Additional information.