Pack Arguments - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
InputColumns
[Optional] Specify the names of the input columns to pack into a single output column. These names become the column names of the virtual columns. If you specify this argument, but do not specify all input table columns, the function copies the unspecified input table columns to the output table.
Default behavior: All input table columns are packed into a single output column.
Delimiter
[Optional] Specify the delimiter (a string) that separates the virtual columns in the packed data.
Default: ',' (comma)
IncludeColumnName
[Optional] Specify whether to label each virtual column value with its column name (making the virtual column input_column:value).
Default: 'true'
OutputColumn
Specify the name to give to the packed output column.