Get table partition info
hana_get_partition_infoRetrieve partition metadata like type, level, record count, and loaded state for a specified table from SYS.TABLE_PARTITIONS. Returns empty if the table is unpartitioned.
Instructions
Return partition metadata (type, level, record count, loaded state) from SYS.TABLE_PARTITIONS. Returns empty result for unpartitioned tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name | |
| schema_name | No | Schema name (defaults to HANA_SCHEMA) |