MCPcopy Create free account
hub / github.com/awelm/simpledb / TupleDesc

Method TupleDesc

src/simpledb/TupleDesc.java:56–66  ·  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 the names of the fields.

(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