public static interface DynamicTableSource.DataStructureConverter extends RuntimeConverter
On request, the planner will provide a specialized (possibly code generated) converter that can be passed into a runtime implementation.
For example, a Row and its fields can be converted into RowData, or a
(possibly nested) POJO can be converted into the internal representation for structured
types.
RuntimeConverter.Context| 限定符和类型 | 方法和说明 |
|---|---|
Object |
toInternal(Object externalStructure)
Converts the given object into an internal data structure.
|
openCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.