Class PythonTypeUtils.ShortDataConverter

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

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