* @param hiveConf
* @throws HiveException
*/
protected void reconstructQueryDef(Configuration hiveConf) throws HiveException {
PTFDeserializer dS =
new PTFDeserializer(conf, (StructObjectInspector)inputObjInspectors[0], hiveConf);
dS.initializePTFChain(conf.getFuncDef());
}