MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / hasNext

Method hasNext

src/java/simpledb/execution/Query.java:72–74  ·  view source on GitHub ↗

@return true if there are more tuples remaining.

()

Source from the content-addressed store, hash-verified

70
71 /** @return true if there are more tuples remaining. */
72 public boolean hasNext() throws DbException, TransactionAbortedException {
73 return op.hasNext();
74 }
75
76 /**
77 * Returns the next tuple, or throws NoSuchElementException if the iterator

Callers 1

executeMethod · 0.95

Calls 1

hasNextMethod · 0.65

Tested by

no test coverage detected