Refactoring of Delta.IDs & horizon functionality with a PrimaryKey type, needed for implementing UUID based primary keys for backends such as the appengine datastore \n Tests: at top level and if available per backend, if not then just visual
This commit is contained in:
parent
26ceed35cc
commit
abda6cbbb0
11 changed files with 135 additions and 44 deletions
|
|
@ -70,7 +70,7 @@ type QuadStore interface {
|
|||
Size() int64
|
||||
|
||||
// The last replicated transaction ID that this quadstore has verified.
|
||||
Horizon() int64
|
||||
Horizon() PrimaryKey
|
||||
|
||||
// Creates a fixed iterator which can compare Values
|
||||
FixedIterator() FixedIterator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue