|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.cube.metadata.CubeColumn org.apache.lens.cube.metadata.CubeDimAttribute org.apache.lens.cube.metadata.BaseDimAttribute org.apache.lens.cube.metadata.InlineDimAttribute
public class InlineDimAttribute
Constructor Summary | |
---|---|
InlineDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
List<String> values)
|
|
InlineDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
Date startTime,
Date endTime,
Double cost,
List<String> values)
|
|
InlineDimAttribute(String name,
Map<String,String> props)
This is used only for serializing |
Method Summary | |
---|---|
void |
addProperties(Map<String,String> props)
|
boolean |
equals(Object obj)
|
List<String> |
getValues()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class org.apache.lens.cube.metadata.BaseDimAttribute |
---|
getDimType, getType |
Methods inherited from class org.apache.lens.cube.metadata.CubeColumn |
---|
getCost, getDescription, getDisplayString, getEndTime, getName, getStartTime |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InlineDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, List<String> values)
public InlineDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, Date startTime, Date endTime, Double cost, List<String> values)
public InlineDimAttribute(String name, Map<String,String> props)
name
- props
- Method Detail |
---|
public List<String> getValues()
public void addProperties(Map<String,String> props)
addProperties
in class BaseDimAttribute
public int hashCode()
hashCode
in class BaseDimAttribute
public boolean equals(Object obj)
equals
in class BaseDimAttribute
public String toString()
toString
in class BaseDimAttribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |