public class ColumnStatsDesc extends DDLDesc implements Serializable, Cloneable
Constructor and Description |
---|
ColumnStatsDesc() |
ColumnStatsDesc(String tableName,
List<String> colName,
List<String> colType,
boolean isTblLevel) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getColName() |
List<String> |
getColType() |
String |
getTableName() |
boolean |
isTblLevel() |
void |
setColName(List<String> colName) |
void |
setColType(List<String> colType) |
void |
setTableName(String tableName) |
void |
setTblLevel(boolean isTblLevel) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.