public class ShowPartitionsDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
ShowPartitionsDesc() |
ShowPartitionsDesc(String tabName,
org.apache.hadoop.fs.Path resFile,
Map<String,String> partSpec) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getPartSpec() |
String |
getResFile() |
String |
getSchema() |
String |
getTable() |
String |
getTabName() |
void |
setPartSpec(Map<String,String> partSpec) |
void |
setResFile(String resFile) |
void |
setTabName(String tabName) |
public String getTable()
public String getSchema()
public String getTabName()
public void setTabName(String tabName)
tabName
- the table whose partitions have to be listedpublic void setPartSpec(Map<String,String> partSpec)
partSpec
- the partSpec to set.public String getResFile()
public void setResFile(String resFile)
resFile
- the results file to be used to return the resultsCopyright © 2017 The Apache Software Foundation. All rights reserved.