Class TypeStringUtils

java.lang.Object
org.apache.flink.table.legacy.utils.TypeStringUtils

@Deprecated @Internal public class TypeStringUtils extends Object
Deprecated.
This utility is based on TypeInformation. However, the Table & SQL API is currently updated to use DataTypes based on LogicalTypes. Use LogicalTypeParser instead.
Utilities to convert TypeInformation into a string representation and back.
  • Constructor Details

    • TypeStringUtils

      public TypeStringUtils()
      Deprecated.
  • Method Details

    • writeTypeInfo

      public static String writeTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<?> typeInfo)
      Deprecated.
    • readTypeInfo

      public static org.apache.flink.api.common.typeinfo.TypeInformation<?> readTypeInfo(String typeString)
      Deprecated.