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

Method fields

src/java/simpledb/storage/Tuple.java:125–129  ·  view source on GitHub ↗

@return An iterator which iterates over all the fields of this tuple

()

Source from the content-addressed store, hash-verified

123 * An iterator which iterates over all the fields of this tuple
124 * */
125 public Iterator<Field> fields()
126 {
127 // some code goes here
128 return this.fieldList.iterator();
129 }
130
131 /**
132 * reset the TupleDesc of this tuple (only affecting the TupleDesc)

Callers 1

openMethod · 0.95

Calls 1

iteratorMethod · 0.65

Tested by

no test coverage detected