show_stats
Retrieve statistics for Trino and Iceberg tables by providing catalog, schema, and table name to analyze row counts, data size, and distribution metrics.
Instructions
Show statistics for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog | Yes | catalog name | |
| schema_name | Yes | schema name | |
| table | Yes | The name of the table |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |