org.apache.hadoop.hive.ql.exec
Class HashTableSinkOperator.HashTableSinkObjectCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.HashTableSinkOperator.HashTableSinkObjectCtx
Enclosing class:
HashTableSinkOperator

public static class HashTableSinkOperator.HashTableSinkObjectCtx
extends Object


Constructor Summary
HashTableSinkOperator.HashTableSinkObjectCtx(ObjectInspector standardOI, SerDe serde, TableDesc tblDesc, boolean hasFilter, Configuration conf)
           
 
Method Summary
 Configuration getConf()
           
 SerDe getSerDe()
           
 ObjectInspector getStandardOI()
           
 TableDesc getTblDesc()
           
 boolean hasFilterTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashTableSinkOperator.HashTableSinkObjectCtx

public HashTableSinkOperator.HashTableSinkObjectCtx(ObjectInspector standardOI,
                                                    SerDe serde,
                                                    TableDesc tblDesc,
                                                    boolean hasFilter,
                                                    Configuration conf)
Parameters:
standardOI -
serde -
Method Detail

getStandardOI

public ObjectInspector getStandardOI()
Returns:
the standardOI

getSerDe

public SerDe getSerDe()
Returns:
the serde

getTblDesc

public TableDesc getTblDesc()

hasFilterTag

public boolean hasFilterTag()

getConf

public Configuration getConf()


Copyright © 2012 The Apache Software Foundation