Class LegacyRawTypeTransformation
java.lang.Object
org.apache.flink.table.types.inference.transforms.LegacyRawTypeTransformation
- All Implemented Interfaces:
TypeTransformation
This type transformation transforms the LEGACY('RAW', ...) type to the RAW(..., ?) type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.types.inference.TypeTransformation
transform
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LegacyRawTypeTransformation
public LegacyRawTypeTransformation()
-
-
Method Details
-
transform
Description copied from interface:TypeTransformationTransforms the given data type to a different data type.- Specified by:
transformin interfaceTypeTransformation
-