Formats#
Avro#
|
Deserialization schema from Avro bytes to Row. |
|
Serialization schema that serializes to Avro binary format. |
CSV#
Deserialization schema from CSV to Flink types. |
|
Serialization schema that serializes an object of Flink types into a CSV bytes. |
Json#
Deserialization schema from JSON to Flink types. |
|
Serialization schema that serializes an object of Flink types into a JSON bytes. |