public static interface DynamicTableSink.DataStructureConverter extends RuntimeConverter
DataType that can be passed into a runtime implementation.
For example, RowData and its fields can be converted into a Row, or the
internal representation for structured types can be converted back into the original
(possibly nested) POJO.
RuntimeConverter.Context| 限定符和类型 | 方法和说明 |
|---|---|
Object |
toExternal(Object internalStructure)
Converts the given internal structure into an external object.
|
openCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.