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

Method insertTuple

src/java/simpledb/HeapPage.java:257–260  ·  view source on GitHub ↗

Adds the specified tuple to the page; the tuple should be updated to reflect that it is now stored on this page. @throws DbException if the page is full (no empty slots) or tupledesc is mismatch. @param t The tuple to add.

(Tuple t)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

addTupleMethod · 0.95
insertTupleMethod · 0.95

Calls

no outgoing calls

Tested by 3

addTupleMethod · 0.76
insertTupleMethod · 0.76