MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / getBTreeTuple

Method getBTreeTuple

src/java/simpledb/BTreeUtility.java:35–40  ·  view source on GitHub ↗

@return a Tuple with a single IntField with value n and with RecordId(BTreePageId(1,2, BTreePageId.LEAF), 3)

(int n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

indexIteratorMethod · 0.95
addTupleMethod · 0.95
deleteTupleMethod · 0.95
addTupleMethod · 0.95
addDuplicateTuplesMethod · 0.95
testSplitLeafPageMethod · 0.95
testSplitRootPageMethod · 0.95
testSplitInternalPageMethod · 0.95
testReuseDeletedPagesMethod · 0.95
generateRandomTuplesMethod · 0.95
runMethod · 0.95

Calls 3

getTupleDescMethod · 0.95
setRecordIdMethod · 0.95
setFieldMethod · 0.95

Tested by 10

indexIteratorMethod · 0.76
addTupleMethod · 0.76
deleteTupleMethod · 0.76
addTupleMethod · 0.76
addDuplicateTuplesMethod · 0.76
testSplitLeafPageMethod · 0.76
testSplitRootPageMethod · 0.76
testSplitInternalPageMethod · 0.76
testReuseDeletedPagesMethod · 0.76