Class TimeLocalTimeConverter
java.lang.Object
org.apache.flink.table.data.conversion.TimeLocalTimeConverter
- All Implemented Interfaces:
Serializable,DataStructureConverter<Integer,LocalTime>
@Internal
public class TimeLocalTimeConverter
extends Object
implements DataStructureConverter<Integer,LocalTime>
Converter for
TimeType of LocalTime external type.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoExternal(Integer internal) Converts to external data structure.toInternal(LocalTime external) Converts to internal data structure.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.data.conversion.DataStructureConverter
isIdentityConversion, open, toExternalOrNull, toInternalOrNull
-
Constructor Details
-
TimeLocalTimeConverter
public TimeLocalTimeConverter()
-
-
Method Details
-
toInternal
Description copied from interface:DataStructureConverterConverts to internal data structure.Note: Parameter must not be null. Output must not be null.
- Specified by:
toInternalin interfaceDataStructureConverter<Integer,LocalTime>
-
toExternal
Description copied from interface:DataStructureConverterConverts to external data structure.Note: Parameter must not be null. Output must not be null.
- Specified by:
toExternalin interfaceDataStructureConverter<Integer,LocalTime>
-