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

Method BTreePageId

src/java/simpledb/BTreePageId.java:40–44  ·  view source on GitHub ↗

Constructor. Create a page id structure for a specific page of a specific table. @param tableId The table that is being referenced @param pgNo The page number in that table. @param pgcateg which kind of page it is

(int tableId, int pgNo, int pgcateg)

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