get_table_stats
Retrieve table statistics including row count, vacuum and analyze info, and scan counts for a specified table and schema.
Instructions
Get table statistics (rows, vacuum/analyze, scan counts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: public) | public |
| table | Yes | Table name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |