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

Method Join

src/simpledb/Join.java:24–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, DbIterator child1, DbIterator child2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

getOpMethod · 0.45

Tested by

no test coverage detected