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

Method RecordId

src/java/simpledb/RecordId.java:22–24  ·  view source on GitHub ↗

Creates a new RecordId referring to the specified PageId and tuple number. @param pid the pageid of the page on which the tuple resides @param tupleno the tuple number within the page.

(PageId pid, int tupleno)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected