Class PythonTypeUtils.ArrayDataConverter<T>
java.lang.Object
org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<T[],Object[]>
org.apache.flink.streaming.api.utils.PythonTypeUtils.ArrayDataConverter<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PythonTypeUtils
public static final class PythonTypeUtils.ArrayDataConverter<T>
extends PythonTypeUtils.DataConverter<T[],Object[]>
The element in the Object Array will be converted to the corresponding Data through element
DataConverter.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanObject[]toExternal(T[] value) T[]toInternal(Object[] value)
-
Method Details
-
toInternal
- Specified by:
toInternalin classPythonTypeUtils.DataConverter<T[],Object[]>
-
toExternal
- Specified by:
toExternalin classPythonTypeUtils.DataConverter<T[],Object[]>
-
equals
-