TinyBase logoTinyBase

CellHashes

The CellHashes type is used to quickly compare the content of two sets of Cell objects.

{[tableId: Id]: {[rowId: Id]: {[cellId: Id]: Hash}}}

It is simply a nested object of Hash types, one for each Cell Id, for each Row Id, for each TableId, in the MergeableStore.

This type is mostly utilized internally within TinyBase itself and is generally assumed to be opaque to applications that use it.

Since

v5.0.0