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

Method getTupleDesc

src/java/simpledb/execution/OpIterator.java:53–53  ·  view source on GitHub ↗

Returns the TupleDesc associated with this OpIterator. @return the TupleDesc associated with this OpIterator.

()

Source from the content-addressed store, hash-verified

51 * @return the TupleDesc associated with this OpIterator.
52 */
53 TupleDesc getTupleDesc();
54
55 /**
56 * Closes the iterator. When the iterator is closed, calling next(),

Callers 15

physicalPlanMethod · 0.95
ProjectMethod · 0.65
InsertMethod · 0.65
AggregateMethod · 0.65
groupFieldNameMethod · 0.65
aggregateFieldNameMethod · 0.65
getTupleDescMethod · 0.65
getTupleDescMethod · 0.65
getOutputTupleDescMethod · 0.65
JoinMethod · 0.65
getJoinField1NameMethod · 0.65

Implementers 7

MockScantest/simpledb/TestUtil.java
TupleArrayIteratorsrc/java/simpledb/Parser.java
TupleIteratorsrc/java/simpledb/storage/TupleIterato
BTreeScansrc/java/simpledb/index/BTreeScan.java
AggregateItersrc/java/simpledb/execution/AggregateI
SeqScansrc/java/simpledb/execution/SeqScan.ja
Operatorsrc/java/simpledb/execution/Operator.j

Calls

no outgoing calls

Tested by

no test coverage detected