Class PythonTypeUtils.RowDataDataConverter

java.lang.Object
org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<org.apache.flink.table.data.RowData,Object[]>
org.apache.flink.streaming.api.utils.PythonTypeUtils.RowDataDataConverter
All Implemented Interfaces:
Serializable
Enclosing class:
PythonTypeUtils

public static final class PythonTypeUtils.RowDataDataConverter extends PythonTypeUtils.DataConverter<org.apache.flink.table.data.RowData,Object[]>
RowData Data will be converted to the Object Array [RowKind(as Long Object), Field Values(as Object Array)].
See Also: