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

Method readNext

src/java/simpledb/BTreeFile.java:1203–1239  ·  view source on GitHub ↗

Read the next tuple either from the current page if it has more tuples matching the predicate or from the next page by following the right sibling pointer. @return the next tuple matching the predicate, 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 10

getFieldMethod · 0.95
getBufferPoolMethod · 0.95
keyFieldMethod · 0.80
hasNextMethod · 0.65
nextMethod · 0.65
compareMethod · 0.65
iteratorMethod · 0.65
getOpMethod · 0.45
getRightSiblingIdMethod · 0.45
getPageMethod · 0.45

Tested by

no test coverage detected