Input Table Schema
| Column | Data Type | Description |
|---|---|---|
| Target_Column | VARCHAR | The input table columns from the Category Summary table. |
Categorical Summary Table Schema
| Column | Data Type | Description |
|---|---|---|
| ColumnName | VARCHAR,CHARACTER SET UNICODE | The column name of the target column. |
| DistinctValue | VARCHAR,CHARACTER SET UNICODE | The distinct value in the target column. |
| DistinctValueCount | BIGINT | The count of distinct values in the target column. |