profile_table
Get per-column row counts, NULLs, distinct values, min, and max in a single query to understand a column's grain and range before filtering or joining.
Instructions
Per-column row count, NULLs, distinct values, min and max, in one aggregate query. Use it to learn a column's grain and range before filtering or joining on it. Up to 15 columns per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| columns | No | ||
| connection | No |