| Column Name | Data Type | Description |
|---|---|---|
| id_column | Any | Column containing the identifier of the rows. |
| numeric_input_column | BYTEINT, SMALLINT, INT, BIGINT, REAL, DECIMAL, NUMBER | Column containing the numeric attribute values. |
| categorical_input_column | CHAR, VARCHAR | Column containing the categorical attribute values. |
| accumulate_column | Any | Columns copied from the input table. |
| Column Name | Data Type | Description |
|---|---|---|
| id_column | Any | Column containing the identifier of the partition or sample. |
| attribute_name_column | CHAR, VARCHAR | Column containing the attributes names. |
| attribute_value_column | BYTEINT, SMALLINT, INT, BIGINT, REAL, DECIMAL, NUMBER, CHAR, VARCHAR | Column containing the attributes values. |
| accumulate_column | Any | Columns copied from the input table. |