Output Table Schema
| Column | Data Type | Description |
|---|---|---|
| ColumnName | VARCHAR (CHARACTER SET UNICODE) |
Name of target_column. |
| DistinctValue | VARCHAR (CHARACTER SET LATIN or UNICODE depending on input table) |
Name of distinct value in target_column. Table has one row for each distinct value. |
| DistinctValueCount | BIGINT | Count of distinct value in target_column. Table has one row for each distinct value. |