get_ddl
Retrieve the full CREATE TABLE statement for an Impala table, including partitions, storage format, and properties, to inspect or recreate its schema.
Instructions
Return the full CREATE TABLE statement (SHOW CREATE TABLE) including partitions, storage format and properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | Yes | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |