CastToDifferentTypes-1

This node creates a new DataFrame by casting the specified columns into new types

Input

This type of node takes in a DataFrame and transforms it to another DataFrame

Output

This node casts the data type of columns as specified

Type

transform

Class

fire.nodes.etl.NodeMultiCastColumnType

Fields

Name Title Description
inputColNames Columns Columns
outputColTypes New Data Type New data type(INTEGER, DOUBLE, STRING, LONG, SHORT)
replaceExistingCols Replace Existing Cols Whether to replace existing Columns or create New Ones