@Internal public class TimestampLocalDateTimeConverter extends Object implements DataStructureConverter<org.apache.flink.table.data.TimestampData,LocalDateTime>
TimestampType of LocalDateTime external type.| 构造器和说明 |
|---|
TimestampLocalDateTimeConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
LocalDateTime |
toExternal(org.apache.flink.table.data.TimestampData internal)
Converts to external data structure.
|
org.apache.flink.table.data.TimestampData |
toInternal(LocalDateTime 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(LocalDateTime external)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toInternal 在接口中 DataStructureConverter<org.apache.flink.table.data.TimestampData,LocalDateTime>public LocalDateTime 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,LocalDateTime>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.