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

Method processList

src/java/simpledb/HashEquiJoin.java:117–131  ·  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 1

fetchNextMethod · 0.95

Calls 5

setFieldMethod · 0.95
nextMethod · 0.65
getTupleDescMethod · 0.65
numFieldsMethod · 0.45
getFieldMethod · 0.45

Tested by

no test coverage detected