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

Method equals

src/java/simpledb/PageId.java:32–32  ·  view source on GitHub ↗

Compares one PageId to another. @param o The object to compare against (must be a PageId) @return true if the objects are equal (e.g., page numbers and table ids are the same)

(Object o)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

HeapPageIdsrc/java/simpledb/HeapPageId.java
BTreePageIdsrc/java/simpledb/BTreePageId.java

Calls

no outgoing calls

Tested by

no test coverage detected