MCPcopy Index your code
hub / github.com/awelm/simpledb / addTuple

Method addTuple

src/simpledb/DbFile.java:43–43  ·  view source on GitHub ↗

Adds the specified tuple to the file on behalf of transaction. This method will acquire a lock on the affected pages of the file, and may block until the lock can be acquired. @param tid The transaction performing the update @param t The tuple to add. This tuple should be updated to reflect that

(TransactionId tid, Tuple t)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

setUpMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
addTupleMethod · 0.65

Implementers 2

SkeletonFiletest/simpledb/TestUtil.java
HeapFilesrc/simpledb/HeapFile.java

Calls

no outgoing calls

Tested by 4

setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
addTupleMethod · 0.52