Describe Table
describe-tableRetrieve a RawTree table's column structure, row and byte counts, and organization to write accurate SQL and verify schemas. Not for sampling row data.
Instructions
Purpose: Inspect a RawTree table's columns, row count, byte count, database, and organization.
NOT for: Sampling actual row values. Use run-query for SELECT queries.
Returns: Table metadata and columns.
When to use:
You need to know available fields before writing SQL
A query fails because a column may not exist
You just inserted data and want to inspect the dynamic schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to describe. | |
| cluster | No | RawTree cluster to use for this operation. | |
| database | No | Optional RawTree database override. RawTree uses the default database when omitted. | |
| organization | No | RawTree organization containing the target cluster. |