public abstract class CubeMeasure extends CubeColumn
Modifier and Type | Method and Description |
---|---|
void |
addProperties(Map<String,String> props) |
boolean |
equals(Object obj) |
String |
getAggregate() |
org.apache.hadoop.hive.metastore.api.FieldSchema |
getColumn() |
String |
getFormatString() |
Double |
getMax() |
Double |
getMin() |
String |
getName() |
String |
getType() |
String |
getUnit() |
int |
hashCode() |
String |
toString() |
getCost, getDescription, getDisplayString, getEndTime, getEndTimeMillisSinceEpoch, getStartTime, getStartTimeMillisSinceEpoch, isColumnAvailableFrom, isColumnAvailableInTimeRange, isColumnAvailableTill
public String getFormatString()
public String getAggregate()
public String getUnit()
public org.apache.hadoop.hive.metastore.api.FieldSchema getColumn()
public Double getMin()
public Double getMax()
public String getName()
getName
in interface Named
getName
in class CubeColumn
public String getType()
public String toString()
toString
in class CubeColumn
public boolean equals(Object obj)
equals
in class CubeColumn
public int hashCode()
hashCode
in class CubeColumn
public void addProperties(Map<String,String> props)
addProperties
in class CubeColumn
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.