Add a tuple to the specified table behalf of transaction tid. Will acquire a write lock on the page the tuple is added to(Lock acquisition is not needed for lab2). May block if the lock cannot be acquired. Marks any pages that were dirtied by the operation as dirty by calling their markDirty bit, a
(TransactionId tid, int tableId, Tuple t)
source not stored for this graph (policy: none)
no test coverage detected