org.apache.hadoop.hive.ql.plan
Class partitionDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.partitionDesc
- All Implemented Interfaces:
- Serializable
public class partitionDesc
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
partitionDesc
public partitionDesc()
partitionDesc
public partitionDesc(tableDesc table,
LinkedHashMap<String,String> partSpec)
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