@Internal public class LocalZonedTimestampTimestampConverter extends Object implements DataStructureConverter<TimestampData,Timestamp>
LocalZonedTimestampType
of Timestamp
external type.Constructor and Description |
---|
LocalZonedTimestampTimestampConverter() |
Modifier and Type | Method and Description |
---|---|
Timestamp |
toExternal(TimestampData internal)
Converts to external data structure.
|
TimestampData |
toInternal(Timestamp external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isIdentityConversion, open, toExternalOrNull, toInternalOrNull
public LocalZonedTimestampTimestampConverter()
public TimestampData toInternal(Timestamp external)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toInternal
in interface DataStructureConverter<TimestampData,Timestamp>
public Timestamp toExternal(TimestampData internal)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toExternal
in interface DataStructureConverter<TimestampData,Timestamp>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.