MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getRightChild

Method getRightChild

src/java/simpledb/index/BTreeEntry.java:76–78  ·  view source on GitHub ↗

@return the right child page id

()

Source from the content-addressed store, hash-verified

74 * @return the right child page id
75 */
76 public BTreePageId getRightChild() {
77 return rightChild;
78 }
79
80 /**
81 * @return the record id of this entry, representing the location of this entry

Callers 15

addEntryMethod · 0.95
testSplitLeafPageMethod · 0.95
testSplitRootPageMethod · 0.95
testMergeLeafPagesMethod · 0.95
checkSubTreeMethod · 0.95
findLeafPageMethod · 0.95
updateParentPointersMethod · 0.95

Calls

no outgoing calls

Tested by 9

addEntryMethod · 0.76
testSplitLeafPageMethod · 0.76
testSplitRootPageMethod · 0.76
testMergeLeafPagesMethod · 0.76