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

Method readNext

src/java/simpledb/BTreeFile.java:1112–1134  ·  view source on GitHub ↗

Read the next tuple either from the current page if it has more tuples or from the next page by following the right sibling pointer. @return the next tuple, or null if none exists

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

getBufferPoolMethod · 0.95
hasNextMethod · 0.65
iteratorMethod · 0.65
nextMethod · 0.65
getRightSiblingIdMethod · 0.45
getPageMethod · 0.45

Tested by

no test coverage detected