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

Method getItemLength

src/java/simpledb/storage/TupleDesc.java:105–107  ·  view source on GitHub ↗

获取item的数量 @return

()

Source from the content-addressed store, hash-verified

103 * @return
104 */
105 public int getItemLength(){
106 return this.tupleDescList.size();
107 }
108
109 /**
110 * @return the number of fields in this TupleDesc

Callers 1

getTupleDescMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected