Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/badger
/ Smallest
Method
Smallest
table/table.go:98–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
// TableInterface is useful for testing.
97
type
TableInterface
interface
{
98
Smallest() []byte
99
Biggest() []byte
100
DoesNotHave(hash uint64) bool
101
}
Callers
14
TestPickSortTables
Function · 0.65
getKeyRange
Function · 0.65
dropPrefixes
Method · 0.65
compactBuildTables
Method · 0.65
getTableInfo
Method · 0.65
TestCompactionFilePicking
Function · 0.65
pickTable
Method · 0.65
pickTables
Method · 0.65
initTables
Method · 0.65
replaceTables
Method · 0.65
sortTables
Method · 0.65
overlappingTables
Method · 0.65
Implementers
2
tableMock
iterator_test.go
Table
table/table.go
Calls
no outgoing calls
Tested by
2
TestPickSortTables
Function · 0.52
TestCompactionFilePicking
Function · 0.52