public class ShowPartitionsDesc extends Object implements DDLDesc, Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
ShowPartitionsDesc(String tabName,
org.apache.hadoop.fs.Path resFile,
Map<String,String> partSpec,
ExprNodeDesc condition,
String order,
short limit) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeDesc |
getCond() |
String |
getFilterStr() |
short |
getLimit() |
int |
getLimitExplain() |
String |
getOrder() |
Map<String,String> |
getPartSpec() |
String |
getResFile() |
String |
getTabName() |
public static final String SCHEMA
public String getTabName()
public String getResFile()
public short getLimit()
public ExprNodeDesc getCond()
public int getLimitExplain()
public String getOrder()
public String getFilterStr()
Copyright © 2024 The Apache Software Foundation. All rights reserved.