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

Method next

src/java/simpledb/Query.java:81–87  ·  view source on GitHub ↗

Returns the next tuple, or throws NoSuchElementException if the iterator is closed. @return The next tuple in the iterator @throws DbException If there is an error in the database system @throws NoSuchElementException If the iterator has finished iterating @throws Transactio

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

runMethod · 0.95
executeMethod · 0.95

Calls 1

nextMethod · 0.65

Tested by 1

runMethod · 0.76