MCPcopy 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

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 8

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