MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / Key

Method Key

engine/index/index.go:81–81  ·  view source on GitHub ↗

Key returns the key at the current iterator position.

()

Source from the content-addressed store, hash-verified

79
80 // Key returns the key at the current iterator position.
81 Key() []byte
82
83 // Value returns the value (position information) at the current iterator position.
84 Value() *data.LogRecordPst

Callers 8

GetListKeysMethod · 0.65
FoldMethod · 0.65
KeyMethod · 0.65
skipToNextMethod · 0.65
TestSkipList_IteratorFunction · 0.65
NewARTreeIteratorFunction · 0.65
TestBTree_IteratorFunction · 0.65

Implementers 5

Iteratorengine/iterator.go
SkipListIteratorengine/index/skiplist.go
ARTreeIteratorengine/index/art.go
bptreeIteratorengine/index/bptree.go
BtreeIteratorengine/index/btree.go

Calls

no outgoing calls

Tested by 3

TestSkipList_IteratorFunction · 0.52
TestBTree_IteratorFunction · 0.52