@PublicEvolving 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
Modifier and Type | Method and Description |
---|---|
Object |
toInternal(Object externalStructure)
Converts the given object into an internal data structure.
|
open
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.