Class PythonTypeUtils.TimeDataConverter

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

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