Uses of Class
org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter
Packages that use PythonTypeUtils.DataConverter
-
Uses of PythonTypeUtils.DataConverter in org.apache.flink.streaming.api.utils
Subclasses of PythonTypeUtils.DataConverter in org.apache.flink.streaming.api.utilsModifier and TypeClassDescriptionstatic final classThe element in the Object Array will be converted to the corresponding Data through element DataConverter.static final classPython Long will be converted to Long in PemJa, so we need ByteDataConverter to convert Java Long to internal Byte.static final classPython Float will be converted to Double in PemJa, so we need FloatDataConverter to convert Java Double to internal Float.static final classIdentity data converter.static final classPython Long will be converted to Long in PemJa, so we need IntDataConverter to convert Java Long to internal Integer.static final classThe element in the List will be converted to the corresponding Data through element DataConverter.static final classThe key/value in the Map will be converted to the corresponding Data through key/value DataConverter.static final classRow Data will be converted to the Object Array [RowKind(as Long Object), Field Values(as Object Array)].static final classRowData Data will be converted to the Object Array [RowKind(as Long Object), Field Values(as Object Array)].static final classPython Long will be converted to Long in PemJa, so we need ShortDataConverter to convert Java Long to internal Short.static final classTuple Data will be converted to the Object Array.Methods in org.apache.flink.streaming.api.utils that return PythonTypeUtils.DataConverterModifier and TypeMethodDescriptionstatic <IN,OUT> PythonTypeUtils.DataConverter<IN, OUT> PythonTypeUtils.TypeInfoToDataConverter.typeInfoDataConverter(org.apache.flink.api.common.typeinfo.TypeInformation<IN> typeInformation)