Class 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 Detail

      • TypeStringUtils

        public TypeStringUtils()
        Deprecated.
    • Method Detail

      • 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.