This project has retired. For details please refer to its Attic page.
CubeMeasure (Lens 2.0.1-beta-incubating API)

org.apache.lens.cube.metadata
Class CubeMeasure

java.lang.Object
  extended by org.apache.lens.cube.metadata.CubeColumn
      extended by org.apache.lens.cube.metadata.CubeMeasure
All Implemented Interfaces:
Named
Direct Known Subclasses:
ColumnMeasure

public abstract class CubeMeasure
extends CubeColumn


Method Summary
 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()
           
 
Methods inherited from class org.apache.lens.cube.metadata.CubeColumn
getCost, getDescription, getDisplayString, getEndTime, getStartTime
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getFormatString

public String getFormatString()

getAggregate

public String getAggregate()

getUnit

public String getUnit()

getColumn

public org.apache.hadoop.hive.metastore.api.FieldSchema getColumn()

getMin

public Double getMin()

getMax

public Double getMax()

getName

public String getName()
Specified by:
getName in interface Named
Overrides:
getName in class CubeColumn

getType

public String getType()

toString

public String toString()
Overrides:
toString in class CubeColumn

equals

public boolean equals(Object obj)
Overrides:
equals in class CubeColumn

hashCode

public int hashCode()
Overrides:
hashCode in class CubeColumn

addProperties

public void addProperties(Map<String,String> props)
Overrides:
addProperties in class CubeColumn


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.