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

Method iterator

src/java/simpledb/storage/TupleDesc.java:55–58  ·  view source on GitHub ↗

@return An iterator which iterates over all the field TDItems that are included in this TupleDesc

()

Source from the content-addressed store, hash-verified

53 * that are included in this TupleDesc
54 * */
55 public Iterator<TDItem> iterator() {
56 // some code goes here
57 return this.tupleDescList.iterator();
58 }
59
60 private static final long serialVersionUID = 1L;
61

Callers

nothing calls this directly

Calls 1

iteratorMethod · 0.65

Tested by

no test coverage detected