Output - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
Unpivot Output Table Schema
Column Name Data Type Description
accumulate_column Same as in input table Column copied from the input table.
attribute_column VARCHAR Unpivoted attribute.
value_column VARCHAR Appears when InputTypes('false'). Contains the unpivoted value of the corresponding attribute. Numeric values are cast to VARCHAR.
value_column_double DOUBLE PRECISION Appears when InputTypes('true') and an unpivot column has a real data type. Contains the unpivoted value of the corresponding attribute if the value is real; NULL otherwise.
value_column_long LONG Appears when InputTypes('true') and an unpivot column has an integer data type. Contains the unpivoted value of the corresponding attribute if the value is integer; NULL otherwise.
value_column_str VARCHAR Appears when InputTypes('true') and an unpivot column has a data type other than real or integer. Contains the unpivoted value of the corresponding attribute.