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

Method fetchNext

src/java/simpledb/Operator.java:44–45  ·  view source on GitHub ↗

Returns the next Tuple in the iterator, or null if the iteration is finished. Operator uses this method to implement both next and hasNext . @return the next Tuple in the iterator, or null if the iteration is finished.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

hasNextMethod · 0.95
nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected