mondrian.rolap
Class RolapProfilingEvaluator.ProfilingEvaluatorCompiler
java.lang.Object
mondrian.calc.impl.DelegatingExpCompiler
mondrian.rolap.RolapProfilingEvaluator.ProfilingEvaluatorCompiler
- All Implemented Interfaces:
- ExpCompiler
- Enclosing class:
- RolapProfilingEvaluator
static class RolapProfilingEvaluator.ProfilingEvaluatorCompiler
- extends DelegatingExpCompiler
Expression compiler which introduces dependency testing.
It also checks that the caller does not modify lists unless it has
explicitly asked for a mutable list.
| Methods inherited from class mondrian.calc.impl.DelegatingExpCompiler |
compile, compileAs, compileBoolean, compileDateTime, compileDimension, compileDouble, compileHierarchy, compileInteger, compileIter, compileLevel, compileList, compileList, compileMember, compileScalar, compileString, compileTuple, getAcceptableResultStyles, getEvaluator, getValidator, registerParameter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RolapProfilingEvaluator.ProfilingEvaluatorCompiler
RolapProfilingEvaluator.ProfilingEvaluatorCompiler(ExpCompiler compiler)
afterCompile
protected Calc afterCompile(Exp exp,
Calc calc,
boolean mutable)
- Description copied from class:
DelegatingExpCompiler
- Hook for post-processing.
- Overrides:
afterCompile in class DelegatingExpCompiler
- Parameters:
exp - Expression to compilecalc - Calculator created by compilermutable - Whether the result is mutuable
- Returns:
- Calculator after post-processing