Class PythonTypeUtils.MapDataConverter

java.lang.Object
org.apache.flink.table.runtime.typeutils.PythonTypeUtils.DataConverter<org.apache.flink.table.data.MapData,Map<?,?>,Map<?,?>>
org.apache.flink.table.runtime.typeutils.PythonTypeUtils.MapDataConverter
All Implemented Interfaces:
Serializable
Enclosing class:
PythonTypeUtils

public static final class PythonTypeUtils.MapDataConverter extends PythonTypeUtils.DataConverter<org.apache.flink.table.data.MapData,Map<?,?>,Map<?,?>>
The key/value in the Map will be converted to the corresponding Data through key/value DataConverter.
See Also: