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

Method compare

src/java/simpledb/Field.java:23–23  ·  view source on GitHub ↗

Compare the value of this field object to the passed in value. @param op The operator @param value The value to compare this Field to @return Whether or not the comparison yields true.

(Predicate.Op op, Field value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

testMergeLeafPagesMethod · 0.95
checkRepMethod · 0.95
compareMethod · 0.95
checkRepMethod · 0.95
indexIteratorMethod · 0.65
testSplitInternalPageMethod · 0.65

Implementers 2

StringFieldsrc/java/simpledb/StringField.java
IntFieldsrc/java/simpledb/IntField.java

Calls

no outgoing calls

Tested by 11

testMergeLeafPagesMethod · 0.76
indexIteratorMethod · 0.52
testSplitInternalPageMethod · 0.52
testBigFileMethod · 0.52