profile_table
Analyze a table by returning null fraction, distinct count, and min/max values for each column, enabling quick data profiling without mutation risk.
Instructions
Return per-column null fraction, distinct count, and min/max for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |