MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getValue

Method getValue

src/java/simpledb/storage/IntField.java:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 private final int value;
16
17 public int getValue() {
18 return value;
19 }
20
21 /**
22 * Constructor.

Callers 15

testIteratorMethod · 0.95
runMethod · 0.95
TableStatsMethod · 0.95
openMethod · 0.95
aggregateMethod · 0.45
insertRowMethod · 0.45
findMagicTupleMethod · 0.45
insertRowMethod · 0.45
findMagicTupleMethod · 0.45

Calls

no outgoing calls

Tested by 15

testIteratorMethod · 0.76
runMethod · 0.76
aggregateMethod · 0.36
insertRowMethod · 0.36
findMagicTupleMethod · 0.36
insertRowMethod · 0.36
findMagicTupleMethod · 0.36
validateInsertMethod · 0.36
validateTransactionsMethod · 0.36