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

Method getTupleDesc

src/java/simpledb/SeqScan.java:86–89  ·  view source on GitHub ↗

Returns the TupleDesc with field names from the underlying HeapFile, prefixed with the tableAlias string from the constructor. This prefix becomes useful when joining tables containing a field(s) with the same name. The alias and name should be separated with a "." character (e.g., "alias.fieldName

()

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