@Internal public class LocalZonedTimestampInstantConverter extends Object implements DataStructureConverter<org.apache.flink.table.data.TimestampData,java.time.Instant>
LocalZonedTimestampType of Instant external type.| 构造器和说明 |
|---|
LocalZonedTimestampInstantConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.time.Instant |
toExternal(org.apache.flink.table.data.TimestampData internal)
Converts to external data structure.
|
org.apache.flink.table.data.TimestampData |
toInternal(java.time.Instant external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitopen, toExternalOrNull, toInternalOrNullpublic org.apache.flink.table.data.TimestampData toInternal(java.time.Instant external)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toInternal 在接口中 DataStructureConverter<org.apache.flink.table.data.TimestampData,java.time.Instant>public java.time.Instant toExternal(org.apache.flink.table.data.TimestampData internal)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toExternal 在接口中 DataStructureConverter<org.apache.flink.table.data.TimestampData,java.time.Instant>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.