| id_column |
Any |
Column copied to output table. |
| AttributeName |
VARCHAR or SMALLINT |
Column which contains the unpivoted attribute or attribute alias or index of the target column. |
| AttributeValue |
Original compatible data type from InputTable if all columns are of same group or VARCHAR |
Column which contains the unpivoted values of the attribute. (Column appears if InputTypes is ‘false’). |
| AttributeValue_<GRP_NAME> |
According to the group |
Column which contains the unpivoted values of the attribute, for example, AttributeValue_Num.(Columns appears if InputTypes is ‘true’). Supported GRP_NAME are: {Num, Char, Clob, Byte, Blob, Date, Time, TimeWithTZ, TimeStamp, TimeStampWithTZ, IntervalSecond, IntervalMinute, IntervalHour, IntervalDay, IntervalMonth, IntervalYear, IntervalMinuteSecond, IntervalHourSecond, IntervalHourMinute, IntervalDaySecond, IntervalDayMinute, IntervalDayHour, IntervalYearMonth } |
| DataTypes |
VARCHAR |
Column which contains the original data type name from the InputTable. |
| accumulate_column |
Any |
Column copied to output table. |