@PublicEvolving 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| Modifier and Type | Method and Description |
|---|---|
Object |
toExternal(Object internalStructure)
Converts the given internal structure into an external object.
|
openCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.