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

Method BTreeFile

src/java/simpledb/BTreeFile.java:36–41  ·  view source on GitHub ↗

Constructs a B+ tree file backed by the specified file. @param f - the file that stores the on-disk backing store for this B+ tree file. @param key - the field which index is keyed on @param td - the tuple descriptor of tuples in the file

(File f, int key, TupleDesc td)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected