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:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanObject[]toExternal(org.apache.flink.types.Row value) org.apache.flink.types.RowtoInternal(Object[] value)
-
Method Details
-
toInternal
- Specified by:
toInternalin classPythonTypeUtils.DataConverter<org.apache.flink.types.Row,Object[]>
-
toExternal
- Specified by:
toExternalin classPythonTypeUtils.DataConverter<org.apache.flink.types.Row,Object[]>
-
equals
-