Describe a function
hana_describe_functionRetrieve function parameter details from SAP HANA's system catalog, including names, types, data types, and positions, to understand function signatures.
Instructions
Return parameter names, types, data types, and positions for a function from SYS.FUNCTION_PARAMETERS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | No | Schema name (defaults to HANA_SCHEMA) | |
| function_name | Yes | Function name | |
| catalog_database | No | MDC catalog database for SYS.* |