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