| Class | Description |
|---|---|
| RawFormatDeserializationSchema |
Deserialization schema from raw (byte based) value to Flink Table/SQL internal data structure
RowData. |
| 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 an
RowData object into raw (byte based) value. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.