TD_​NumApply

fastpath function used to apply predefined numeric operation on a specified target column range.

Options

Accumulate
Specifies the input table columns to copy to the output table. By default, the function copies no input table columns to the output table.
ApplyMethod
Specify the numeric method which will be used on the target columns. Supported ApplyMethod are {LOG,EXP,SININV,TANH,SIGMOID}.
InPlace
Specify whether to use the same column name for the resulted target columns.
OutputColumns (strings seperated by new line)
Specifies the names to give to the output columns which will contain output of the numeric opeation on the columns values.
SigmoidStyle
Specify the numeric style which will be used on the target columns. Supported SigmoidStyle are {LOGIT,MODIFIEDLOGIT,TANH}.
Output Schema
Output Schema, if Volatile is true then use user login as the schema.
Output Table
Output Table
VAL Location
VAL Location
TargetColumns
Specifies the input table columns for which numeric operation needs to be performed.
Volatile
Specifies whether the table should be a VOLATILE table. If true, then the table is automatically deleted, otherwise it is users responsibility to remove or clean it up for space.

Input Ports

Icon
Connection to a Teradata Database Instance
Icon
The relation that contains input data.

Output Ports

Icon
output of TD_NumApply

Nodes

Extensions

Links