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

Method equals

src/java/simpledb/TupleDesc.java:163–166  ·  view source on GitHub ↗

Compares the specified object with this TupleDesc for equality. Two TupleDescs are considered equal if they have the same number of items and if the i-th type in this TupleDesc is equal to the i-th type in o for every i. @param o the Object to be compared for equality with this TupleDesc

(Object o)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testEqualsMethod · 0.95

Calls

no outgoing calls

Tested by 1

testEqualsMethod · 0.76