Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ numFields
Method
numFields
src/java/simpledb/storage/TupleDesc.java:112–115 ·
view source on GitHub ↗
@return the number of fields in this TupleDesc
()
Source
from the content-addressed store, hash-verified
110
* @
return
the number of fields in this TupleDesc
111
*/
112
public
int
numFields() {
113
// some code goes here
114
return
this.tupleDescList.size();
115
}
116
117
118
Callers
15
combine
Method · 0.95
numFields
Method · 0.95
testTupleDesc
Method · 0.95
handleInsertStatement
Method · 0.95
convertToLeafPage
Method · 0.95
physicalPlan
Method · 0.95
execute
Method · 0.95
readNextTuple
Method · 0.45
getPageData
Method · 0.45
Tuple
Method · 0.45
reset
Method · 0.45
readNextTuple
Method · 0.45
Calls
no outgoing calls
Tested by
3
combine
Method · 0.76
numFields
Method · 0.76
testTupleDesc
Method · 0.76