Gets names of the tables whose type matches the given criteria. Each table has a particular type. This type is made out of the type label, schema of the table, and the semantic type of the table. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
Input Parameter Description
Name | Type | Description |
---|---|---|
type_id | string | Type id returned by a call to Create Type. |
label | string | Optional user supplied label which can be used instead of the type_id to retrieve all tables with the given label. |
options | map of strings | Optional parameters. Default value is an empty map ( {} ). |
Output Parameter Description
Name | Type | Description |
---|---|---|
table_names | array of strings | List of tables matching the input criteria. |