Pack_MLE Syntax Elements - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
TargetColumns
[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 syntax element, 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 target_column:value).
Default: 'true'
OutputColumn
Specify the name to give to the packed output column.
Accumulate
[Optional] Specify the names of the InputTable columns to copy to the output table.
Default: Every input column that is not a target_column