Class LegacyRawTypeTransformation
- java.lang.Object
-
- org.apache.flink.table.types.inference.transforms.LegacyRawTypeTransformation
-
- All Implemented Interfaces:
TypeTransformation
@Internal public class LegacyRawTypeTransformation extends Object implements TypeTransformation
This type transformation transforms the LEGACY('RAW', ...) type to the RAW(..., ?) type.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeTransformation
INSTANCE
-
Constructor Summary
Constructors Constructor Description LegacyRawTypeTransformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataType
transform(DataType typeToTransform)
Transforms the given data type to a different data type.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.table.types.inference.TypeTransformation
transform
-
-
-
-
Field Detail
-
INSTANCE
public static final TypeTransformation INSTANCE
-
-
Method Detail
-
transform
public DataType transform(DataType typeToTransform)
Description copied from interface:TypeTransformation
Transforms the given data type to a different data type.- Specified by:
transform
in interfaceTypeTransformation
-
-