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

Method Project

src/simpledb/Project.java:21–31  ·  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 child operator

(ArrayList<Integer> fieldList, ArrayList<Type> typesList,  DbIterator 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