Class TypeStringUtils
java.lang.Object
org.apache.flink.table.legacy.utils.TypeStringUtils
Deprecated.
Utilities to convert
TypeInformation into a string representation and back.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.flink.api.common.typeinfo.TypeInformation<?>readTypeInfo(String typeString) Deprecated.static StringwriteTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<?> typeInfo) Deprecated.
-
Constructor Details
-
TypeStringUtils
public TypeStringUtils()Deprecated.
-
-
Method Details
TypeInformation. However, the Table & SQL API is currently updated to useDataTypes based onLogicalTypes. UseLogicalTypeParserinstead.