Dense Input
| Column Name | Data Type | Description |
|---|---|---|
| PartitionColumns | Any | Columns on which to partition the input. |
| TargetColumns | BYTEINT, SMALLINT,INTEGER,BIGINT, DECIMAL/NUMERIC, FLOAT, REAL, DOUBLE PRECISION | Column to be scaled. |
| Column | Data Type | Description |
|---|---|---|
| PartitionColumns | Same as InputTable | Columns on which input is partitioned. This appears only when the PartitionColumns argument is specified. |
| TD_STATTYPE_SCLFIT | VARCHAR CHARACTER SET LATIN | Statistics name and parameter values. |
| TargetColumns | REAL | Statistics values for TargetColumns argument. |
Sparse Input
| Column Name | Data Type | Description |
|---|---|---|
| PartitionColumns | Any | 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 | Data Type | Description |
|---|---|---|
| PartitionColumns | Same as InputTable | Columns on which input is partitioned. This appears only when the PartitionColumns argument is specified. |
| TD_STATTYPE_SCLFIT | VARCHAR CHARACTER SET LATIN | Statistic names and parameters. |
| AttributeNameColumn | VARCHAR CHARACTER SET UNICODE | Name of the Attributes. |
| AttributeValueColumn | REAL | Statistics values for the attributes. |