get_table_stats
Profile a table to obtain row count, null rates, cardinality, and numeric ranges (min/max/average).
Instructions
Profile a table to compute row count, null rates, cardinality, and numeric ranges (min/max/average).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | The name of the table to profile. |