Class PythonTypeUtils.TypeInfoToDataConverter
- java.lang.Object
-
- org.apache.flink.streaming.api.utils.PythonTypeUtils.TypeInfoToDataConverter
-
- Enclosing class:
- PythonTypeUtils
public static class PythonTypeUtils.TypeInfoToDataConverter extends Object
Get DataConverter according to the given typeInformation.
-
-
Constructor Summary
Constructors Constructor Description TypeInfoToDataConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <IN,OUT>
PythonTypeUtils.DataConverter<IN,OUT>typeInfoDataConverter(org.apache.flink.api.common.typeinfo.TypeInformation<IN> typeInformation)
-
-
-
Method Detail
-
typeInfoDataConverter
public static <IN,OUT> PythonTypeUtils.DataConverter<IN,OUT> typeInfoDataConverter(org.apache.flink.api.common.typeinfo.TypeInformation<IN> typeInformation)
-
-