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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.partitionDesc
All Implemented Interfaces:
Serializable

public class partitionDesc
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
partitionDesc()
           
partitionDesc(tableDesc table, LinkedHashMap<String,String> partSpec)
           
 
Method Summary
 LinkedHashMap<String,String> getPartSpec()
           
 tableDesc getTableDesc()
           
 void setPartSpec(LinkedHashMap<String,String> partSpec)
           
 void setTableDesc(tableDesc table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

partitionDesc

public partitionDesc()

partitionDesc

public partitionDesc(tableDesc table,
                     LinkedHashMap<String,String> partSpec)
Method Detail

getTableDesc

public tableDesc getTableDesc()

setTableDesc

public void setTableDesc(tableDesc table)

getPartSpec

public LinkedHashMap<String,String> getPartSpec()

setPartSpec

public void setPartSpec(LinkedHashMap<String,String> partSpec)


Copyright © 2009 The Apache Software Foundation