public class DescTableDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
DescTableDesc() |
DescTableDesc(org.apache.hadoop.fs.Path resFile,
String tableName,
Map<String,String> partSpec,
String colPath) |
Modifier and Type | Method and Description |
---|---|
String |
getColumnPath() |
Map<String,String> |
getPartSpec() |
String |
getResFile() |
static String |
getSchema(boolean colStats) |
String |
getTable() |
String |
getTableName() |
boolean |
isExt() |
boolean |
isFormatted() |
boolean |
isPretty() |
void |
setColPath(String colPath) |
void |
setExt(boolean isExt) |
void |
setFormatted(boolean isFormat) |
void |
setPartSpec(Map<String,String> partSpec) |
void |
setPartSpecs(Map<String,String> partSpec) |
void |
setPretty(boolean isPretty) |
void |
setResFile(String resFile) |
void |
setTableName(String tableName) |
public String getTable()
public static String getSchema(boolean colStats)
public boolean isExt()
public void setExt(boolean isExt)
isExt
- the isExt to setpublic boolean isFormatted()
public void setFormatted(boolean isFormat)
isFormat
- the isFormat to setpublic boolean isPretty()
public void setPretty(boolean isPretty)
public String getTableName()
public void setTableName(String tableName)
tableName
- the tableName to setpublic void setColPath(String colPath)
colPath
- the colPath to setpublic String getColumnPath()
public void setPartSpecs(Map<String,String> partSpec)
partSpec
- the partSpec to setpublic String getResFile()
public void setResFile(String resFile)
resFile
- the resFile to setCopyright © 2017 The Apache Software Foundation. All rights reserved.