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

Method HashEquiJoin

src/java/simpledb/HashEquiJoin.java:28–33  ·  view source on GitHub ↗

Constructor. Accepts to children to join and the predicate to join them on @param p The predicate to use to join the children @param child1 Iterator for the left(outer) relation to join @param child2 Iterator for the right(inner) relation to join

(JoinPredicate p, OpIterator child1, OpIterator child2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

mergeMethod · 0.95
getTupleDescMethod · 0.65

Tested by

no test coverage detected