SEMANTIC_DIMENSIONS view¶
This Information Schema view displays a row for each dimension in a semantic view in the specified (or current) database.
- See also:
Columns¶
Column name |
Data type |
Description |
---|---|---|
|
VARCHAR |
Database to which the semantic view belongs. |
|
VARCHAR |
Schema to which the semantic view belongs. |
|
VARCHAR |
Name of the semantic view. |
|
VARCHAR |
Name of the semantic table the dimension belongs to. |
|
VARCHAR |
Name of the dimension. |
|
VARCHAR |
Data type of the dimension expression. |
|
VARCHAR |
The SQL expression used to calculate the dimension. |
|
ARRAY(VARCHAR) |
List of the synonyms for the dimension. |
|
VARCHAR |
Description of the dimension. |