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

Method keyField

src/java/simpledb/index/BTreeFile.java:171–173  ·  view source on GitHub ↗

Returns the index of the field that this B+ tree is keyed on

()

Source from the content-addressed store, hash-verified

169 * Returns the index of the field that this B+ tree is keyed on
170 */
171 public int keyField() {
172 return keyField;
173 }
174
175 /**
176 *

Callers 5

testBigFileMethod · 0.95
checkSubTreeMethod · 0.80
readNextMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 1

testBigFileMethod · 0.76