Package org.apache.flink.table.data.util
Class DataFormatConverters.ByteConverter
- java.lang.Object
-
- org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter<T,T>
-
- org.apache.flink.table.data.util.DataFormatConverters.IdentityConverter<Byte>
-
- org.apache.flink.table.data.util.DataFormatConverters.ByteConverter
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DataFormatConverters
public static final class DataFormatConverters.ByteConverter extends DataFormatConverters.IdentityConverter<Byte>
Converter for byte.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DataFormatConverters.ByteConverter
INSTANCE
-
Method Summary
-
Methods inherited from class org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
toExternal, toExternal, toInternal
-
-
-
-
Field Detail
-
INSTANCE
public static final DataFormatConverters.ByteConverter INSTANCE
-
-