Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testBigFile
Method · 0.95
checkSubTree
Method · 0.80
readNext
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
1
testBigFile
Method · 0.76