|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.rolap.aggmatcher.AggStar.Table.Column mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
public class AggStar.FactTable.Measure
This is a Column that is a Measure (contains an aggregator).
Method Summary | |
---|---|
String |
generateRollupString(SqlQuery query)
Generates an expression to rollup this measure from a previous result. |
RolapAggregator |
getAggregator()
Get this Measure's RolapAggregator. |
BitKey |
getRollableLevelBitKey()
Returns a BitKey of the levels which can be
safely rolled up. |
boolean |
isDistinct()
|
void |
print(PrintWriter pw,
String prefix)
|
Methods inherited from class mondrian.rolap.aggmatcher.AggStar.Table.Column |
---|
generateExprString, getBitPosition, getDatatype, getExpression, getName, getSqlQuery, getTable, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isDistinct()
public RolapAggregator getAggregator()
public BitKey getRollableLevelBitKey()
BitKey
of the levels which can be
safely rolled up. (For distinct-count measures, most can't.)
public String generateRollupString(SqlQuery query)
public void print(PrintWriter pw, String prefix)
print
in class AggStar.Table.Column
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |