Optional Syntax Elements for TD_NumApply - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-06
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢
OutputColumns
[Ignored with Inplace ('true'), otherwise optional.] Specifies the names for the output columns. An output_column cannot exceed 128 characters.
Default: With InPlace ('false'), target_column_operator; otherwise target_column.
If any target_column_operator exceeds 128 characters, specify an output_column for each target_column.
Accumulate
Specifies the names of the InputTable columns to copy to the output table.
With InPlace ('true'), no target_column can be an accumulate_column.
SigmoidStyle
Specifies the sigmoid style.
Required with ApplyMethod ('sigmoid'), otherwise ignored.
Default: logit
InPlace
Specifies whether the output columns have the same names as the target columns.
InPlace ('true') effectively replaces each value in each target column with the result of applying num_operator to it.
InPlace ('false') copies the target columns to the output table and adds output columns whose values are the result of applying num_operator to each value.
With InPlace ('true'), no target_column can be an accumulate_column.
Default: true