Get Table Stats
get_table_statsRetrieve table statistics including row count, data size, index size, and column cardinality for a specified database and table.
Instructions
获取表的统计信息,包括行数、数据大小、索引大小、列基数
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | 表名称 | |
| database | Yes | 数据库名称 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |