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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
      extended by org.apache.hadoop.hive.ql.plan.HashTableDummyDesc
All Implemented Interfaces:
Serializable, Cloneable, OperatorDesc

public class HashTableDummyDesc
extends AbstractOperatorDesc

HashTable Dummy Descriptor implementation.

See Also:
Serialized Form

Constructor Summary
HashTableDummyDesc()
           
 
Method Summary
 TableDesc getTbl()
           
 void setTbl(TableDesc tbl)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
clone, getOpTraits, getStatistics, setOpTraits, setStatistics, setVectorMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashTableDummyDesc

public HashTableDummyDesc()
Method Detail

getTbl

public TableDesc getTbl()

setTbl

public void setTbl(TableDesc tbl)


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