MCPcopy Create free account
hub / github.com/awelm/simpledb / deleteTuple

Method deleteTuple

src/simpledb/BufferPool.java:176–180  ·  view source on GitHub ↗

Remove the specified tuple from the buffer pool. Will acquire a write lock on the page the tuple is removed from. May block if the lock cannot be acquired. Marks any pages that were dirtied by the operation as dirty by calling their markDirty bit. Does not need to update cached versions of any page

(TransactionId tid, Tuple t)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

readNextMethod · 0.95

Calls 6

getCatalogMethod · 0.95
deleteTupleMethod · 0.95
getRecordIdMethod · 0.80
getTableIdMethod · 0.65
getPageIdMethod · 0.45
getDbFileMethod · 0.45

Tested by

no test coverage detected