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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Object[]toExternal(org.apache.flink.table.data.RowData value)org.apache.flink.table.data.RowDatatoInternal(Object[] value)
-
-
-
Method Detail
-
toInternal
public org.apache.flink.table.data.RowData toInternal(Object[] value)
- Specified by:
toInternalin classPythonTypeUtils.DataConverter<org.apache.flink.table.data.RowData,Object[]>
-
toExternal
public Object[] toExternal(org.apache.flink.table.data.RowData value)
- Specified by:
toExternalin classPythonTypeUtils.DataConverter<org.apache.flink.table.data.RowData,Object[]>
-
-