Skip to main content

Module diff

Module diff 

Source
Expand description

Diff — object-level comparison between two commits.

Compares RecordBatches to find added, removed, and modified triples. A triple is identified by (subject, predicate, object, namespace).

Structs§

DiffEntry
A single diff entry, carrying full provenance metadata so merges preserve it.
DiffResult
The result of a diff between two commits.

Functions§

diff
Compute the diff between two commits.
diff_nondestructive
Compute diff without mutating the store — saves and restores current state.