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