Class TypeStringUtils
- java.lang.Object
-
- org.apache.flink.table.legacy.utils.TypeStringUtils
-
@Deprecated @Internal public class TypeStringUtils extends Object
Deprecated.This utility is based onTypeInformation. However, the Table & SQL API is currently updated to useDataTypes based onLogicalTypes. UseLogicalTypeParserinstead.Utilities to convertTypeInformationinto a string representation and back.
-
-
Constructor Summary
Constructors Constructor Description TypeStringUtils()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.apache.flink.api.common.typeinfo.TypeInformation<?>readTypeInfo(String typeString)Deprecated.static StringwriteTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<?> typeInfo)Deprecated.
-