org.apache.hadoop.hive.ql.plan
Class PTFDeserializer

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.PTFDeserializer

public class PTFDeserializer
extends Object


Constructor Summary
PTFDeserializer(PTFDesc ptfDesc, StructObjectInspector inputOI, HiveConf hConf)
           
 
Method Summary
static void addOIPropertiestoSerDePropsMap(StructObjectInspector OI, Map<String,String> serdePropsMap)
           
 void initializePTFChain(PartitionedTableFunctionDef tblFnDef)
           
 void initializeWindowing(WindowTableFunctionDef def)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTFDeserializer

public PTFDeserializer(PTFDesc ptfDesc,
                       StructObjectInspector inputOI,
                       HiveConf hConf)
Method Detail

initializePTFChain

public void initializePTFChain(PartitionedTableFunctionDef tblFnDef)
                        throws HiveException
Throws:
HiveException

initializeWindowing

public void initializeWindowing(WindowTableFunctionDef def)
                         throws HiveException
Throws:
HiveException

addOIPropertiestoSerDePropsMap

public static void addOIPropertiestoSerDePropsMap(StructObjectInspector OI,
                                                  Map<String,String> serdePropsMap)


Copyright © 2014 The Apache Software Foundation. All rights reserved.