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

Method BTreePage

src/java/simpledb/BTreePage.java:51–55  ·  view source on GitHub ↗

Create a BTreeInternalPage from a set of bytes of data read from disk. The format of a BTreeInternalPage is a set of header bytes indicating the slots of the page that are in use, some number of entry slots, and extra bytes for the parent pointer, one extra child pointer (a node with m entries has m

(BTreePageId id, int key)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

getCatalogMethod · 0.95
getTupleDescMethod · 0.65
getTableIdMethod · 0.65

Tested by

no test coverage detected