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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected