Package org.apache.flink.formats.raw
-
Class Summary Class Description RawFormatDeserializationSchema Deserialization schema from raw (byte based) value to Flink Table/SQL internal data structureRowData
.RawFormatFactory Format factory for raw format which allows to read and write raw (byte based) values as a single column.RawFormatOptions Options for the "raw" format.RawFormatSerializationSchema Serialization schema that serializes anRowData
object into raw (byte based) value.