*/
transient AutoProgressor autoProgressor;
transient boolean closeCalled = false;
protected void initializeOp(Configuration hconf) throws HiveException {
conf.getGenericUDTF().setCollector(new UDTFCollector(this));
// Make an object inspector [] of the arguments to the UDTF
List<? extends StructField> inputFields =
((StandardStructObjectInspector)inputObjInspectors[0]).getAllStructFieldRefs();