Class | Description |
---|---|
BaseFloatTransform | |
ConvertToFloat |
Convert any value to a Float
|
FloatColumnsMathOpTransform |
Add a new float column, calculated from one or more other columns.
|
FloatMathFunctionTransform |
A simple transform to do common mathematical operations, such as sin(x), ceil(x), etc.
Operations are specified by MathFunction |
FloatMathOpTransform |
Float mathematical operation.
This is an in-place operation of the float column value and a float scalar. |