org.apache.hadoop.hive.ql.plan
Class ColumnStatsDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.ColumnStatsDesc
- All Implemented Interfaces:
- Serializable, Cloneable
public class ColumnStatsDesc
- extends DDLDesc
- implements Serializable, Cloneable
Contains the information needed to persist column level statistics
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnStatsDesc
public ColumnStatsDesc()
ColumnStatsDesc
public ColumnStatsDesc(String tableName,
String partName,
List<String> colName,
List<String> colType,
boolean isTblLevel)
getTableName
public String getTableName()
setTableName
public void setTableName(String tableName)
isTblLevel
public boolean isTblLevel()
setTblLevel
public void setTblLevel(boolean isTblLevel)
getPartName
public String getPartName()
setPartName
public void setPartName(String partName)
getColName
public List<String> getColName()
setColName
public void setColName(List<String> colName)
getColType
public List<String> getColType()
setColType
public void setColType(List<String> colType)
Copyright © 2013 The Apache Software Foundation