SEMANTIC_ TABLES view¶
This Information Schema view displays a row for each logical table in a semantic view in the specified (or current) database.
- See also:
Columns¶
| Column name | Data type | Description |
|---|---|---|
semantic_view_catalog | VARCHAR | Database to which the semantic view belongs. |
semantic_view_schema | VARCHAR | Schema to which the semantic view belongs. |
semantic_view_name | VARCHAR | Name of the semantic view. |
name | VARCHAR | Name of the semantic table. |
base_table_catalog | VARCHAR | Database to which the base table belongs. |
base_table_schema | VARCHAR | Schema to which the base table belongs. |
base_table_name | VARCHAR | Name of the base table. |
primary_keys | ARRAY(VARCHAR) | List of the primary key columns of the table. |
synonyms | ARRAY(VARCHAR) | List of the synonyms for the table. |
distinct_ranges | ARRAY(OBJECT) | Array of OBJECT values, which describe the constraints for the logical table containing the range. Each object contains the following key-value pairs:
|
comment | VARCHAR | Description of the semantic table. |