Syncing type aliases
This is the collection of syncing type aliases within the mergeable-store
module. There are 5 syncing type aliases in total.
TableHashes
The TableHashes
type is used to quickly compare the content of two sets of Table
objects.
RowHashes
The RowHashes
type is used to quickly compare the content of two sets of Row
objects.
CellHashes
The CellHashes
type is used to quickly compare the content of two sets of Cell
objects.
ValueHashes
The ValueHashes
type is used to quickly compare the content of two sets of Value
objects.
ContentHashes
The ContentHashes
type is used to quickly compare the content of two MergeableStore
objects.