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

Method Project

src/java/simpledb/Project.java:26–29  ·  view source on GitHub ↗

Constructor accepts a child operator to read tuples to apply projection to and a list of fields in output tuple @param fieldList The ids of the fields child's tupleDesc to project out @param typesList the types of the fields in the final projection @param child The

(ArrayList<Integer> fieldList, ArrayList<Type> typesList,
            OpIterator child)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getFieldNameMethod · 0.95
getTupleDescMethod · 0.65

Tested by

no test coverage detected