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

Method getTuple

src/java/simpledb/BTreeLeafPage.java:500–517  ·  view source on GitHub ↗

protected method used by the iterator to get the ith tuple out of this page @param i - the index of the tuple @return the ith tuple in the page @throws NoSuchElementException

(int i)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

hasNextMethod · 0.45
hasNextMethod · 0.45

Calls 4

isSlotUsedMethod · 0.95
logMethod · 0.95
getTableIdMethod · 0.65
getPageNumberMethod · 0.65

Tested by

no test coverage detected