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

Method TupleDesc

src/java/simpledb/TupleDesc.java:61–63  ·  view source on GitHub ↗

Create a new TupleDesc with typeAr.length fields with fields of the specified types, with associated named fields. @param typeAr array specifying the number of and types of fields in this TupleDesc. It must contain at least one entry. @param fieldAr array specifying

(Type[] typeAr, String[] fieldAr)

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