Describe table index
hana_describe_indexGet the structural details of a specific index in SAP HANA, including its columns and configuration, to understand its design.
Instructions
Describe the structure of a specific index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index_name | Yes | Name of the index to describe | |
| table_name | Yes | Name of the table containing the index | |
| schema_name | No | Name of the schema containing the table (optional) | |
| catalog_database | No | Optional HANA database for SYS.INDEXES / SYS.INDEX_COLUMNS (MDC). Overrides HANA_METADATA_CATALOG_DATABASE when set. |