Show Tables by Type

Gets names of the tables whose type matches the given criteria. Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.

Input Parameter Description

NameTypeDescription
type_idstringType id returned by a call to Create Type .
labelstringOptional user supplied label which can be used instead of the type_id to retrieve all tables with the given label.
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
table_namesarray of stringsList of tables matching the input criteria.
infomap of string to stringsAdditional information.