@Internal public final class TypeConversions extends Object
Class
, TypeInformation
, DataType
,
and LogicalType
.
See the corresponding converter classes for more information about how the conversion is performed.
Modifier and Type | Method and Description |
---|---|
static Optional<DataType> |
fromClassToDataType(Class<?> clazz) |
static LogicalType |
fromDataToLogicalType(DataType dataType) |
static LogicalType[] |
fromDataToLogicalType(DataType[] dataTypes) |
static TypeInformation<?> |
fromDataTypeToLegacyInfo(DataType dataType)
Deprecated.
Please don't use this method anymore. It will be removed soon and we should not
make the removal more painful. Sources and sinks should use the method available in
context to convert, within the planner you should use either
InternalTypeInfo or
ExternalTypeInfo depending on the use case. |
static TypeInformation<?>[] |
fromDataTypeToLegacyInfo(DataType[] dataType)
Deprecated.
Please don't use this method anymore. It will be removed soon and we should not
make the removal more painful. Sources and sinks should use the method available in
context to convert, within the planner you should use either
InternalTypeInfo or
ExternalTypeInfo depending on the use case. |
static DataType |
fromLegacyInfoToDataType(TypeInformation<?> typeInfo)
Deprecated.
Please don't use this method anymore. It will be removed soon and we should not
make the removal more painful. Sources and sinks should use the method available in
context to convert, within the planner you should use either
InternalTypeInfo or
ExternalTypeInfo depending on the use case. |
static DataType[] |
fromLegacyInfoToDataType(TypeInformation<?>[] typeInfo)
Deprecated.
Please don't use this method anymore. It will be removed soon and we should not
make the removal more painful. Sources and sinks should use the method available in
context to convert, within the planner you should use either
InternalTypeInfo or
ExternalTypeInfo depending on the use case. |
static DataType |
fromLogicalToDataType(LogicalType logicalType) |
static DataType[] |
fromLogicalToDataType(LogicalType[] logicalTypes) |
@Deprecated public static DataType fromLegacyInfoToDataType(TypeInformation<?> typeInfo)
InternalTypeInfo
or
ExternalTypeInfo
depending on the use case.@Deprecated public static DataType[] fromLegacyInfoToDataType(TypeInformation<?>[] typeInfo)
InternalTypeInfo
or
ExternalTypeInfo
depending on the use case.@Deprecated public static TypeInformation<?> fromDataTypeToLegacyInfo(DataType dataType)
InternalTypeInfo
or
ExternalTypeInfo
depending on the use case.@Deprecated public static TypeInformation<?>[] fromDataTypeToLegacyInfo(DataType[] dataType)
InternalTypeInfo
or
ExternalTypeInfo
depending on the use case.public static DataType fromLogicalToDataType(LogicalType logicalType)
public static DataType[] fromLogicalToDataType(LogicalType[] logicalTypes)
public static LogicalType fromDataToLogicalType(DataType dataType)
public static LogicalType[] fromDataToLogicalType(DataType[] dataTypes)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.