Package org.apache.flink.table.data.util
Class DataFormatConverters.GenericConverter<T>
- java.lang.Object
-
- org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter<RawValueData<T>,T>
-
- org.apache.flink.table.data.util.DataFormatConverters.GenericConverter<T>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DataFormatConverters
public static final class DataFormatConverters.GenericConverter<T> extends DataFormatConverters.DataFormatConverter<RawValueData<T>,T>
Converter forRawValueData
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericConverter(TypeSerializer<T> serializer)
-
Method Summary
-
Methods inherited from class org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
toExternal, toExternal, toInternal
-
-
-
-
Constructor Detail
-
GenericConverter
public GenericConverter(TypeSerializer<T> serializer)
-
-