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

Method Join

src/java/simpledb/Join.java:23–25  ·  view source on GitHub ↗

Constructor. Accepts two 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

no outgoing calls

Tested by

no test coverage detected