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

Method getTupleDesc

src/java/simpledb/BTreeScan.java:119–121  ·  view source on GitHub ↗

Returns the TupleDesc with field names from the underlying BTreeFile, prefixed with the tableAlias string from the constructor. This prefix becomes useful when joining tables containing a field(s) with the same name. @return the TupleDesc with field names from the underlying BTreeFile, pref

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected