|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.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)
Creates a descriptor with a given compiled expression. |
|
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[] |
getDependentHierarchyOrdinals()
Returns the ordinals of the hierarchies 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)
exp - Expressioncalc - Compiled expressionevaluator - Evaluator
public ExpCacheDescriptor(Exp exp,
Evaluator evaluator)
exp - Expressionevaluator - Evaluator
public ExpCacheDescriptor(Exp exp,
ExpCompiler compiler)
exp - Expressioncompiler - Compiler| Method Detail |
|---|
public Exp getExp()
public Calc getCalc()
public Object evaluate(Evaluator evaluator)
public int[] getDependentHierarchyOrdinals()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||