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

Method addJoin

src/java/simpledb/LogicalPlan.java:120–134  ·  view source on GitHub ↗

Add a join between two fields of two different tables. @param joinField1 The name of the first join field; this can be a fully qualified name (e.g., tableName.field or alias.field) or may be an unqualified unique field name. If the name is ambiguous or unknown, a ParsingException will be throw

( String joinField1, String joinField2, Predicate.Op pred)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

processExpressionMethod · 0.80

Calls 2

disambiguateNameMethod · 0.95
equalsMethod · 0.65

Tested by

no test coverage detected