table_overview
View table details, including columns, sample rows, and row count. Use the refresh option to bypass cache and get updated data from the StarRocks database.
Instructions
Get an overview of a specific table: columns, sample rows (up to 5), and total row count. Uses cache unless refresh=true
Input Schema
Name | Required | Description | Default |
---|---|---|---|
refresh | No | Set to true to force refresh, ignoring cache. Defaults to false. | |
table | Yes | Table name, optionally prefixed with database name (e.g., 'db_name.table_name'). If database is omitted, uses the default database. |