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

Method getKey

src/java/simpledb/index/BTreeEntry.java:62–64  ·  view source on GitHub ↗

@return the key

()

Source from the content-addressed store, hash-verified

60 * @return the key
61 */
62 public Field getKey() {
63 return key;
64 }
65
66 /**
67 * @return the left child page id

Callers 15

testIteratorMethod · 0.95
testReverseIteratorMethod · 0.95
addEntryMethod · 0.95
testMergeLeafPagesMethod · 0.95
testMergeLeafPagesMethod · 0.95
checkSubTreeMethod · 0.95
findLeafPageMethod · 0.95

Calls

no outgoing calls

Tested by 14

testIteratorMethod · 0.76
testReverseIteratorMethod · 0.76
addEntryMethod · 0.76
testMergeLeafPagesMethod · 0.76
testMergeLeafPagesMethod · 0.76