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§
- Diff
Entry - A single diff entry, carrying full provenance metadata so merges preserve it.
- Diff
Result - 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.