Class LegacyToNonLegacyTransformation
java.lang.Object
org.apache.flink.table.types.inference.transforms.LegacyToNonLegacyTransformation
- All Implemented Interfaces:
TypeTransformation
Transformation that applies
TypeInfoDataTypeConverter on LegacyTypeInformationType.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LegacyToNonLegacyTransformation
public LegacyToNonLegacyTransformation()
-
-
Method Details
-
transform
Description copied from interface:TypeTransformationTransforms the given data type to a different data type.- Specified by:
transformin interfaceTypeTransformation
-
transform
Description copied from interface:TypeTransformationTransforms the given data type to a different data type.This method provides a
DataTypeFactoryif available.- Specified by:
transformin interfaceTypeTransformation
-