Class LocalZonedTimestampLongConverter
java.lang.Object
org.apache.flink.table.data.conversion.LocalZonedTimestampLongConverter
- All Implemented Interfaces:
Serializable,DataStructureConverter<org.apache.flink.table.data.TimestampData,Long>
@Internal
public class LocalZonedTimestampLongConverter
extends Object
implements DataStructureConverter<org.apache.flink.table.data.TimestampData,Long>
Converter for
LocalZonedTimestampType of Long external type.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoExternal(org.apache.flink.table.data.TimestampData internal) Converts to external data structure.org.apache.flink.table.data.TimestampDatatoInternal(Long 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
-
LocalZonedTimestampLongConverter
public LocalZonedTimestampLongConverter()
-
-
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<org.apache.flink.table.data.TimestampData,Long>
-
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<org.apache.flink.table.data.TimestampData,Long>
-