TypeInformation
. However, the Table & SQL API is
currently updated to use DataType
s based on LogicalType
s. Use
LogicalTypeParser
instead.@Deprecated @PublicEvolving public class TypeStringUtils extends Object
TypeInformation
into a string representation and back.Constructor and Description |
---|
TypeStringUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TypeInformation<?> |
readTypeInfo(String typeString)
Deprecated.
|
static String |
writeTypeInfo(TypeInformation<?> typeInfo)
Deprecated.
|
public static String writeTypeInfo(TypeInformation<?> typeInfo)
public static TypeInformation<?> readTypeInfo(String typeString)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.