Appearance
Show Table Structure
Shows the table structure. The amount of nodes per dimension and the average amount of items per node.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Table | array of string | Name of the table ([Table]). | yes |
Result
| Name | Type | Description |
|---|---|---|
| Dimension | string | Dimension of the table. |
| Nodes | number | Total number of nodes on the dimension level of the table tree data structure. |
| Average | number | Average of the number of nodes on the dimension level wrt. to the parent dimension level. |
Code
text
SHOW TABLE STRUCTURE
TABLE=[string, Multiple, Needed]