Expand description
CSV format decoder implementing FormatDecoder.
Implements F-SCHEMA-005:
CsvDecoder— Ring 1 decoder: CSV bytes → ArrowRecordBatchCsvDecoderConfig— FullFORMAT CSV (...)SQL option mappingFieldCountMismatchStrategy— Configurable handling of malformed rows
Re-exports§
pub use decoder::CsvDecoder;pub use decoder::CsvDecoderConfig;pub use decoder::FieldCountMismatchStrategy;
Modules§
- decoder
- CSV format decoder implementing
FormatDecoder.