Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ getLeftChild
Method
getLeftChild
src/java/simpledb/index/BTreeEntry.java:69–71 ·
view source on GitHub ↗
@return the left child page id
()
Source
from the content-addressed store, hash-verified
67
* @
return
the left child page id
68
*/
69
public
BTreePageId getLeftChild() {
70
return
leftChild;
71
}
72
73
/**
74
* @
return
the right child page id
Callers
15
addEntry
Method · 0.95
testSplitInternalPages
Method · 0.95
testStealFromLeftInternalPage
Method · 0.95
testSplitLeafPage
Method · 0.95
testSplitRootPage
Method · 0.95
testMergeLeafPages
Method · 0.95
testRedistributeInternalPages
Method · 0.95
testDeleteInternalPages
Method · 0.95
checkSubTree
Method · 0.95
findLeafPage
Method · 0.95
updateParentPointers
Method · 0.95
handleMinOccupancyPage
Method · 0.95
Calls
no outgoing calls
Tested by
8
addEntry
Method · 0.76
testSplitInternalPages
Method · 0.76
testStealFromLeftInternalPage
Method · 0.76
testSplitLeafPage
Method · 0.76
testSplitRootPage
Method · 0.76
testMergeLeafPages
Method · 0.76
testRedistributeInternalPages
Method · 0.76
testDeleteInternalPages
Method · 0.76