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

Method indexIterator

src/java/simpledb/BTreeFile.java:1056–1058  ·  view source on GitHub ↗

get the specified tuples from the file based on its IndexPredicate value on behalf of the specified transaction. This method will acquire a read lock on the affected pages of the file, and may block until the lock can be acquired. @param tid - the transaction id @param ipred - the index predicate v

(TransactionId tid, IndexPredicate ipred)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

indexIteratorMethod · 0.95
addDuplicateTuplesMethod · 0.95
testSplitRootPageMethod · 0.95
testSplitInternalPageMethod · 0.95
testBigFileMethod · 0.95
resetMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 7

indexIteratorMethod · 0.76
addDuplicateTuplesMethod · 0.76
testSplitRootPageMethod · 0.76
testSplitInternalPageMethod · 0.76
testBigFileMethod · 0.76