Class PythonTypeUtils.RowDataConverter

java.lang.Object
org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<org.apache.flink.types.Row,Object[]>
org.apache.flink.streaming.api.utils.PythonTypeUtils.RowDataConverter
All Implemented Interfaces:
Serializable
Enclosing class:
PythonTypeUtils

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