public final class ColumnMeasure extends CubeMeasure
| Constructor and Description | 
|---|
| ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column) | 
| ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
             String displayString,
             String formatString,
             String aggregate,
             String unit) | 
| ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
             String displayString,
             String formatString,
             String aggregate,
             String unit,
             Date startTime,
             Date endTime,
             Double cost) | 
| ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
             String displayString,
             String formatString,
             String aggregate,
             String unit,
             Date startTime,
             Date endTime,
             Double cost,
             Double min,
             Double max) | 
| ColumnMeasure(String name,
             Map<String,String> props) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addProperties(Map<String,String> props) | 
| boolean | equals(Object obj) | 
| int | hashCode() | 
getAggregate, getColumn, getFormatString, getMax, getMin, getName, getType, getUnit, toStringgetCost, getDescription, getDisplayString, getEndTime, getEndTimeMillisSinceEpoch, getStartTime, getStartTimeMillisSinceEpoch, isColumnAvailableFrom, isColumnAvailableInTimeRange, isColumnAvailableTillpublic ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
             String displayString,
             String formatString,
             String aggregate,
             String unit)
public ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column)
public ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
             String displayString,
             String formatString,
             String aggregate,
             String unit,
             Date startTime,
             Date endTime,
             Double cost)
public ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
             String displayString,
             String formatString,
             String aggregate,
             String unit,
             Date startTime,
             Date endTime,
             Double cost,
             Double min,
             Double max)
public void addProperties(Map<String,String> props)
addProperties in class CubeMeasurepublic int hashCode()
hashCode in class CubeMeasurepublic boolean equals(Object obj)
equals in class CubeMeasureCopyright © 2014–2015 Apache Software Foundation. All rights reserved.