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

Method isPkey

src/java/simpledb/JoinOptimizer.java:400–405  ·  view source on GitHub ↗

Return true if field is a primary key of the specified table, false otherwise @param tableAlias The alias of the table in the query @param field The pure name of the field

(String tableAlias, String field)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

hasPkeyMethod · 0.95

Calls 4

getCatalogMethod · 0.95
getPrimaryKeyMethod · 0.80
getTableIdMethod · 0.65
equalsMethod · 0.65

Tested by

no test coverage detected