Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/badger
/ Rewind
Method
Rewind
y/iterator.go:89–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
type
Iterator
interface
{
88
Next()
89
Rewind()
90
Seek(key []byte)
91
Key() []byte
92
Value() ValueStruct
Callers
9
TestIteratePrefix
Function · 0.65
iterateAndMerge
Method · 0.65
Seek
Method · 0.65
TestGetMergeOperator
Function · 0.65
rewind
Method · 0.65
Rewind
Method · 0.65
Next
Method · 0.65
TestSimpleIterator
Function · 0.65
lookup
Function · 0.65
Implementers
6
pendingWritesIterator
txn.go
MergeIterator
table/merge_iterator.go
Iterator
table/iterator.go
ConcatIterator
table/iterator.go
SimpleIterator
table/merge_iterator_test.go
UniIterator
skl/skl.go
Calls
no outgoing calls
Tested by
3
TestIteratePrefix
Function · 0.52
TestGetMergeOperator
Function · 0.52
TestSimpleIterator
Function · 0.52