Module diff_result

Source

Structs§

DiffByteRecords
Holds all information about the difference between two CSVs, after they have been compared with CsvByteDiffLocal.diff. CSV records that are equal are not stored in this structure.
DiffByteRecordsIntoIterator
Consuming iterator that can be created from DiffByteRecords
DiffByteRecordsIterator
Emits all information about the difference between two CSVs as Result<DiffByteRecord>, after they have been compared with CsvByteDiff.diff. CSV records that are equal are not emitted by this iterator.

Enums§

ColumnIdx
ColumnIdxError