Class PythonTypeUtils.IntDataConverter

java.lang.Object
org.apache.flink.table.runtime.typeutils.PythonTypeUtils.DataConverter<Integer,Integer,Long>
org.apache.flink.table.runtime.typeutils.PythonTypeUtils.IntDataConverter
All Implemented Interfaces:
Serializable
Enclosing class:
PythonTypeUtils

public static final class PythonTypeUtils.IntDataConverter extends PythonTypeUtils.DataConverter<Integer,Integer,Long>
Python Long will be converted to Long in PemJa, so we need IntDataConverter to convert Java Long to internal Integer.
See Also: