Manually repair a corrupted table. Returns information about affected tables.
Input Parameter Description
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
table_names | array of strings | List of tables to query. An asterisk returns all tables. | ||||||||||||
options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Output Parameter Description
Name | Type | Description |
---|---|---|
table_names | array of strings | List of repaired tables. |
repair_status | array of strings | List of repair status by table. |
info | map of string to strings | Additional information. |