Dense Input
| Column Name | Data Type | Description |
|---|---|---|
| PartitionColumns | BYTEINT, SMALLINT, INTEGER, BIGINT, VARCHAR, CHAR | Columns on which to partition the input. |
| TargetColumns | NUMERIC | Column to be scaled. |
| Column Name | Data Type | Description |
|---|---|---|
| PartitionColumns | BYTEINT, SMALLINT, INTEGER, BIGINT, VARCHAR, CHAR | Columns on which to partition the input. |
| PARAMETER_COLUMN | VARCHAR | Name of the parameter. |
| VALUE_COLUMN | VARCHAR | Value or values of the parameter. Parameter values can be specified as single quoted strings separated by a comma or as unquoted strings separated by a comma. If any parameter value contains a comma, it must be enclosed within single quotes. |
| Column Name | Data Type | Description |
|---|---|---|
| PartitionColumns | BYTEINT, SMALLINT, INTEGER, BIGINT, VARCHAR, CHAR | Columns on which to partition the input. |
| ATTRIBUTE_COLUMN | VARCHAR | Name of the attribute or feature. |
Sparse Input
| Column Name | Data Type | Description |
|---|---|---|
| PartitionColumns | BYTEINT, SMALLINT, INTEGER, BIGINT, VARCHAR, CHAR | Columns on which to partition the input. |
| AttributeNameColumn | VARCHAR | Column containing attribute names. |
| AttributeValueColumn | BYTEINT, SMALLINT,INTEGER,BIGINT, DECIMAL/NUMERIC, FLOAT, REAL, DOUBLE PRECISION | Column containing attribute values. |
| Column Name | Data Type | Description |
|---|---|---|
| PartitionColumns | BYTEINT, SMALLINT, INTEGER, BIGINT, VARCHAR, CHAR | Columns on which to partition the input. |
| PARAMETER_COLUMN | VARCHAR | Name of the parameter. |
| VALUE_COLUMN | VARCHAR | Value or values of the parameter. You can specify the parameter values as single quoted strings separated by comma or as un-quoted strings separated by comma.
|
| Column Name | Data Type | Description |
|---|---|---|
| PartitionColumns | BYTEINT, SMALLINT, INTEGER, BIGINT, VARCHAR, CHAR | Columns on which to partition the input. |
| ATTRIBUTE_COLUMN | VARCHAR | Name of the attribute or feature. |
| PARAMETER_COLUMN | VARCHAR | Name of the parameter. |
| VALUE_COLUMN | VARCHAR | Value of the parameter. |
| Column Name | Data Type | Description |
|---|---|---|
| PartitionColumns | BYTEINT, SMALLINT, INTEGER, BIGINT, VARCHAR, CHAR | Columns on which to partition the input. |
| ATTRIBUTE_COLUMN | VARCHAR | Name of the attribute or feature. |