hana_describe_index
Retrieve the structure of a specific index in SAP HANA Cloud to understand its columns, organization, and properties for database optimization and query performance analysis.
Instructions
Describe the structure of a specific index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | No | Name of the schema containing the table (optional) | |
| table_name | Yes | Name of the table containing the index | |
| index_name | Yes | Name of the index to describe |