7172737475767778
public PTFDeserializer(PTFDesc ptfDesc, StructObjectInspector inputOI, HiveConf hConf) { super(); this.ptfDesc = ptfDesc; this.inputOI = inputOI; this.hConf = hConf; llInfo = new LeadLagInfo(); ptfDesc.setLlInfo(llInfo); }
super(); this.ptfDesc = ptfDesc; ptfDesc.setCfg(hConf); this.inputOI = inputOI; this.hConf = hConf; llInfo = new LeadLagInfo(); ptfDesc.setLlInfo(llInfo); }