mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
498447a20a
1 changed files with 2 additions and 0 deletions
|
|
@ -93,7 +93,9 @@ type Containers interface {
|
|||
// return the first container at or after key. found will be true if a
|
||||
// container is found at key.
|
||||
Iterator(key uint64) (citer ContainerIterator, found bool)
|
||||
|
||||
Count() uint64
|
||||
|
||||
//Reset will clear the containers collection to allow for recycling during snapshot
|
||||
Reset()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue