Formats#
Avro#
|
Avro Schema class contains Java org.apache.avro.Schema. |
|
A |
|
Provides a FileInputFormat for Avro records. |
Convenience builder to create |
|
|
Deserialization schema from Avro bytes to Row. |
|
Serialization schema that serializes to Avro binary format. |
CSV#
|
CsvSchema holds schema information of a csv file, corresponding to Java |
CsvSchemaBuilder is for building a |
|
|
The |
CsvBulkWriter is for building |
|
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. |
Orc#
Convenient builder to create a |
Parquet#
A convenience builder to create reader format that reads individual Avro records from a Parquet stream. |
|
Convenient builder to create Parquet BulkWriterFactory instances for Avro types. |
|
|
A ParquetVectorizedInputFormat to provide RowData iterator. |
Convenient builder to create a |