Class LogicalTypeDataTypeConverter
- java.lang.Object
-
- org.apache.flink.table.types.utils.LogicalTypeDataTypeConverter
-
@Internal public final class LogicalTypeDataTypeConverter extends Object
A converter betweenLogicalTypeandDataType.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DataTypetoDataType(LogicalType logicalType)Returns the data type of a logical type without explicit conversions.static LogicalTypetoLogicalType(DataType dataType)Returns the logical type of a data type.
-
-
-
Method Detail
-
toDataType
public static DataType toDataType(LogicalType logicalType)
Returns the data type of a logical type without explicit conversions.
-
toLogicalType
public static LogicalType toLogicalType(DataType dataType)
Returns the logical type of a data type.
-
-