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

Method getFieldName

src/java/simpledb/TupleDesc.java:94–97  ·  view source on GitHub ↗

Gets the (possibly null) field name of the ith field of this TupleDesc. @param i index of the field name to return. It must be a valid index. @return the name of the ith field @throws NoSuchElementException if i is not a valid field reference.

(int i)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

ProjectMethod · 0.95
buildTreeMethod · 0.95
executeMethod · 0.95
combinedStringArraysMethod · 0.80
OrderByMethod · 0.80
resetMethod · 0.80
getJoinField1NameMethod · 0.80
getJoinField2NameMethod · 0.80

Calls

no outgoing calls

Tested by 1

combinedStringArraysMethod · 0.64