MCPcopy Index your code
hub / github.com/MIT-DB-Class/simple-db-hw / readPage

Method readPage

src/java/simpledb/DbFile.java:20–20  ·  view source on GitHub ↗

Read the specified page from disk. @throws IllegalArgumentException if the page does not exist in this file.

(PageId id)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

readPageMethod · 0.65
readPageMethod · 0.65
readPageMethod · 0.65
readPageMethod · 0.65
TestFlushAllMethod · 0.65
setRightSiblingPtrsMethod · 0.65
setParentsMethod · 0.65

Implementers 3

SkeletonFiletest/simpledb/TestUtil.java
HeapFilesrc/java/simpledb/HeapFile.java
BTreeFilesrc/java/simpledb/BTreeFile.java

Calls

no outgoing calls

Tested by 5

readPageMethod · 0.52
readPageMethod · 0.52
readPageMethod · 0.52
readPageMethod · 0.52
TestFlushAllMethod · 0.52