qlty_univariateStatistics
Compute univariate statistics for a column in a Teradata table. Analyze central tendency, dispersion, and distribution shape to assess data quality.
Instructions
Get the univariate statistics for a table.
Arguments: database_name - name of the database table_name - table name to analyze column_name - column name to analyze
Returns: ResponseType: formatted response with query results + metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_name | Yes | ||
| table_name | Yes | ||
| column_name | Yes |