Module file_format

Module file_format 

Source
Expand description

CsvFormat, Comma Separated Value (CSV) FileFormat abstractions

Structs§

CsvDecoder
CsvFormat
Character Separated Value FileFormat implementation.
CsvFormatFactory
Factory used to create CsvFormat
CsvSerializer
Define a struct for serializing CSV records to a stream
CsvSink
Implements DataSink for writing to a CSV file.

Functions§

build_schema_helper 🔒