Check the existence of a type in GPUdb.
Input Parameter Description
| Name | Type | Description |
|---|---|---|
| type_id | string | Id of the type returned by GPUdb in response to Create Type request. |
| options | map of strings | Optional parameters. Default value is an empty map ( {} ). |
Output Parameter Description
| Name | Type | Description |
|---|---|---|
| type_id | string | Value of input parameter type_id. |
| type_exists | boolean | Indicates whether the type exists or not. The allowed values are:
|