|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.calc.impl.AbstractCalc
mondrian.olap.fun.MemberOrderKeyFunDef.CalcImpl
public static class MemberOrderKeyFunDef.CalcImpl
Field Summary |
---|
Fields inherited from class mondrian.calc.impl.AbstractCalc |
---|
exp, type |
Constructor Summary | |
---|---|
MemberOrderKeyFunDef.CalcImpl(Exp exp,
MemberCalc memberCalc)
Creates a CalcImpl. |
Method Summary | |
---|---|
FunUtil.OrderKey |
evaluate(Evaluator evaluator)
Evaluates this expression. |
protected java.lang.String |
getName()
Returns the name of this expression type, used when serializing an expression to a string. |
Methods inherited from class mondrian.calc.impl.AbstractCalc |
---|
accept, anyDepends, anyDependsButFirst, butDepends, dependsOn, getArguments, getCalcs, getResultStyle, getType, simplifyEvaluator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemberOrderKeyFunDef.CalcImpl(Exp exp, MemberCalc memberCalc)
exp
- Source expressionmemberCalc
- Compiled expression to calculate memberMethod Detail |
---|
public FunUtil.OrderKey evaluate(Evaluator evaluator)
Calc
evaluator
- Provides dimensional context in which to evaluate
this expression
protected java.lang.String getName()
AbstractCalc
The default implementation tries to extract a name from a function call, if any, then prints the last part of the class name.
getName
in class AbstractCalc
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |