MCPcopy Create free account
hub / github.com/awelm/simpledb / readNext

Method readNext

src/simpledb/Join.java:142–147  ·  view source on GitHub ↗

Returns the next tuple generated by the join, or null if there are no more tuples. Logically, this is the next tuple in r1 cross r2 that satisfies the join predicate. There are many possible implementations; the simplest is a nested loops join. Note that the tuples returned from this particular

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

readNextHashJoinMethod · 0.95
readNextBruteForceMethod · 0.95
getOpMethod · 0.45

Tested by

no test coverage detected