Add a tuple to the specified table on behalf of transaction tid. Will acquire a write lock on the page the tuple is added to and any other pages that are updated (Lock acquisition is not needed for lab2). May block if the lock(s) cannot be acquired. Marks any pages that were dirtied by the operati
(TransactionId tid, int tableId, Tuple t)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected