Uses of Interface
mondrian.calc.StringCalc
-
Packages that use StringCalc Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions.mondrian.olap.fun Defines the set of MDX built-in functions. -
-
Uses of StringCalc in mondrian.calc
Methods in mondrian.calc that return StringCalc Modifier and Type Method Description StringCalc
ExpCompiler. compileString(Exp exp)
Compiles an expression which yields aString
result. -
Uses of StringCalc in mondrian.calc.impl
Classes in mondrian.calc.impl that implement StringCalc Modifier and Type Class Description class
AbstractStringCalc
Abstract implementation of theStringCalc
interface.class
AbstractVoidCalc
Abstract implementation of theVoidCalc
interface.class
CacheCalc
Calculation which retrieves the value of an underlying calculation from cache.class
ConstantCalc
Calculator which always returns the same value.class
GenericCalc
Adapter which computes a scalar or tuple expression and converts it to any required type.class
MemberArrayValueCalc
Expression which evaluates a few member expressions, sets the dimensional context to the result of those expressions, then yields the value of the current measure in the current dimensional context.class
MemberValueCalc
Expression which evaluates a few member expressions, sets the dimensional context to the result of those expressions, then yields the value of the current measure in the current dimensional context.class
TupleValueCalc
Expression which evaluates a tuple expression, sets the dimensional context to the result of that expression, then yields the value of the current measure in the current dimensional context.class
ValueCalc
Expression which yields the value of the current member in the current dimensional context.Methods in mondrian.calc.impl that return StringCalc Modifier and Type Method Description StringCalc
AbstractExpCompiler. compileString(Exp exp)
StringCalc
DelegatingExpCompiler. compileString(Exp exp)
static StringCalc
ConstantCalc. constantString(String s)
Creates an expression which evaluates to a given string. -
Uses of StringCalc in mondrian.olap.fun
Classes in mondrian.olap.fun that implement StringCalc Modifier and Type Class Description static class
AggregateFunDef.AggregateCalc
-