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

Method getTupleDesc

src/java/simpledb/Parser.java:735–737  ·  view source on GitHub ↗

Returns the TupleDesc associated with this OpIterator.

()

Source from the content-addressed store, hash-verified

733 * Returns the TupleDesc associated with this OpIterator.
734 */
735 public TupleDesc getTupleDesc() {
736 return tups.get(0).getTupleDesc();
737 }
738
739 /**
740 * Closes the iterator.

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
getTupleDescMethod · 0.65

Tested by

no test coverage detected