I am using SAP HANA db engine. There are some tables created with partitioning(range partitioning, hash partitioning, etc) in the database. I have a requirement wherein I need to get the information of the partition-indexes such as column partitioned, type of partition, intervals that are set for partitioning, etc given the table name by querying over a system-table or a stored-proc or otherwise. Any help in reaching this need is highly appreciated. Thanks.