| Constructor and Description |
|---|
MondrianMeasure(MondrianTable table,
mondrian.rolap.RolapStar.Measure measure) |
| Modifier and Type | Method and Description |
|---|---|
double |
estimateSpace() |
List<Attribute> |
getAncestorAttributes() |
String |
getCandidateColumnName() |
String |
getDatatype(Dialect dialect) |
String |
getLabel() |
mondrian.rolap.RolapStar.Measure |
getRolapStarMeasure() |
MondrianTable |
getTable() |
boolean |
isDistinct() |
public MondrianMeasure(MondrianTable table, mondrian.rolap.RolapStar.Measure measure)
public mondrian.rolap.RolapStar.Measure getRolapStarMeasure()
public boolean isDistinct()
isDistinct in interface Measurepublic MondrianTable getTable()
public double estimateSpace()
estimateSpace in interface Attributepublic String getCandidateColumnName()
getCandidateColumnName in interface Attributepublic String getDatatype(Dialect dialect)
getDatatype in interface Attributepublic List<Attribute> getAncestorAttributes()
getAncestorAttributes in interface AttributeCopyright © 2006–2016 Julian Hyde. All rights reserved.