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

Method getFile

src/java/simpledb/storage/HeapFile.java:49–52  ·  view source on GitHub ↗

Returns the File backing this HeapFile on disk. @return the File backing this HeapFile on disk.

()

Source from the content-addressed store, hash-verified

47 * @return the File backing this HeapFile on disk.
48 */
49 public File getFile() {
50 // some code goes here
51 return file;
52 }
53
54 /**
55 * Returns an ID uniquely identifying this HeapFile. Implementation note:

Callers 5

validatePredicateMethod · 0.95
insertTupleMethod · 0.95
addTupleMethod · 0.45
insertTupleMethod · 0.45
handleManyDirtyPagesMethod · 0.45

Calls

no outgoing calls

Tested by 4

validatePredicateMethod · 0.76
addTupleMethod · 0.36
insertTupleMethod · 0.36
handleManyDirtyPagesMethod · 0.36