get_table_comment
Retrieve the table comment for an Impala table by specifying database and table names, parsed from SHOW CREATE TABLE output.
Instructions
Return the table-level comment parsed from SHOW CREATE TABLE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | Yes | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |