Class PythonTypeUtils.TupleDataConverter
- java.lang.Object
-
- org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<Tuple,Object[]>
-
- org.apache.flink.streaming.api.utils.PythonTypeUtils.TupleDataConverter
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PythonTypeUtils
public static final class PythonTypeUtils.TupleDataConverter extends PythonTypeUtils.DataConverter<Tuple,Object[]>
Tuple Data will be converted to the Object Array.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Object[]
toExternal(Tuple value)
Tuple
toInternal(Object[] value)
-
-
-
Method Detail
-
toInternal
public Tuple toInternal(Object[] value)
- Specified by:
toInternal
in classPythonTypeUtils.DataConverter<Tuple,Object[]>
-
toExternal
public Object[] toExternal(Tuple value)
- Specified by:
toExternal
in classPythonTypeUtils.DataConverter<Tuple,Object[]>
-
-