Class PythonTypeUtils.RowDataConverter
- java.lang.Object
-
- org.apache.flink.table.runtime.typeutils.PythonTypeUtils.DataConverter<org.apache.flink.table.data.RowData,org.apache.flink.types.Row,Object[]>
-
- org.apache.flink.table.runtime.typeutils.PythonTypeUtils.RowDataConverter
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PythonTypeUtils
public static final class PythonTypeUtils.RowDataConverter extends PythonTypeUtils.DataConverter<org.apache.flink.table.data.RowData,org.apache.flink.types.Row,Object[]>
RowData will be converted to the Object Array [RowKind(as Long Object), Field Values(as Object Array)].- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.apache.flink.table.runtime.typeutils.PythonTypeUtils.DataConverter
toExternal, toInternal
-
-