MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / getTupleDesc

Method getTupleDesc

src/java/simpledb/OpIterator.java:48–48  ·  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

source not stored for this graph (policy: none)

Callers 2

physicalPlanMethod · 0.95

Implementers 6

MockScantest/simpledb/TestUtil.java
TupleIteratorsrc/java/simpledb/TupleIterator.java
BTreeScansrc/java/simpledb/BTreeScan.java
SeqScansrc/java/simpledb/SeqScan.java
TupleArrayIteratorsrc/java/simpledb/Parser.java
Operatorsrc/java/simpledb/Operator.java

Calls

no outgoing calls

Tested by

no test coverage detected