|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.olap.ExpCacheDescriptor
public class ExpCacheDescriptor
Holds information necessary to add an expression to the expression result
cache (see Evaluator.getCachedResult(ExpCacheDescriptor)
).
Constructor Summary | |
---|---|
ExpCacheDescriptor(Exp exp,
Calc calc,
Evaluator evaluator)
|
|
ExpCacheDescriptor(Exp exp,
Evaluator evaluator)
Creates a descriptor. |
|
ExpCacheDescriptor(Exp exp,
ExpCompiler compiler)
Creates a descriptor. |
Method Summary | |
---|---|
Object |
evaluate(Evaluator evaluator)
|
Calc |
getCalc()
|
int[] |
getDependentDimensionOrdinals()
Returns the ordinals of the dimensions which this expression is dependent upon. |
Exp |
getExp()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpCacheDescriptor(Exp exp, Calc calc, Evaluator evaluator)
public ExpCacheDescriptor(Exp exp, Evaluator evaluator)
public ExpCacheDescriptor(Exp exp, ExpCompiler compiler)
Method Detail |
---|
public Exp getExp()
public Calc getCalc()
public Object evaluate(Evaluator evaluator)
public int[] getDependentDimensionOrdinals()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |