Package org.apache.flink.formats.csv
package org.apache.flink.formats.csv
-
ClassesClassDescriptionInput format that reads csv.CSV format factory for file system.CsvBulkDecodingFormat which implements
FileBasedStatisticsReportableInputFormat.Format factory for providing configured instances of CSV to RowDataSerializationSchemaandDeserializationSchema.Options for CSV format.AStreamFormatfor reading CSV files.Deserialization schema from CSV to Flink Table & SQL internal data structures.A builder for creating aCsvRowDataDeserializationSchema.Serialization schema that serializes an object of Flink Table & SQL internal data structure into a CSV bytes.A builder for creating aCsvRowDataSerializationSchema.Converter functions that covert Flink's type information to Jackson'sCsvSchema.Tool class used to convert from CSV-formatJsonNodetoRowData.Input format that reads csv intoRow.A builder for creating aRowCsvInputFormat.Tool class used to convert fromRowDatato CSV-formatJsonNode.