Class DataTypeConversionClassTransformation

java.lang.Object
org.apache.flink.table.types.inference.transforms.DataTypeConversionClassTransformation
All Implemented Interfaces:
TypeTransformation

@Internal public class DataTypeConversionClassTransformation extends Object implements TypeTransformation
This type transformation transforms the specified data types to a new one with the expected conversion class. The mapping from data type to conversion class is defined by the constructor parameter conversions map that maps from type root to the expected conversion class.