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

Method JoinPredicate

src/simpledb/JoinPredicate.java:22–26  ·  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); either Predicate.Op.GREATER_

(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