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

Method JoinPredicate

src/java/simpledb/JoinPredicate.java:27–29  ·  view source on GitHub ↗

Constructor -- create a new predicate over two fields of two tuples. @param field1 The field index into the first tuple in the predicate @param field2 The field index into the second tuple in the predicate @param op The operation to apply (as defined in Predicate.Op

(int field1, Predicate.Op op, int field2)

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