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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PythonTypeUtils.TimeDataConverterINSTANCE
-
Method Summary
-
Methods inherited from class org.apache.flink.table.runtime.typeutils.PythonTypeUtils.DataConverter
toExternal, toInternal
-
-
-
-
Field Detail
-
INSTANCE
public static final PythonTypeUtils.TimeDataConverter INSTANCE
-
-