MCPcopy 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

combineMethod · 0.95
numFieldsMethod · 0.95
testTupleDescMethod · 0.95
handleInsertStatementMethod · 0.95
convertToLeafPageMethod · 0.95
physicalPlanMethod · 0.95
executeMethod · 0.95
readNextTupleMethod · 0.45
getPageDataMethod · 0.45
TupleMethod · 0.45
resetMethod · 0.45
readNextTupleMethod · 0.45

Calls

no outgoing calls

Tested by 3

combineMethod · 0.76
numFieldsMethod · 0.76
testTupleDescMethod · 0.76