Uses of Interface
mondrian.calc.DoubleCalc
Packages that use DoubleCalc
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
Defines the set of MDX built-in functions.
-
Uses of DoubleCalc in mondrian.calc
Methods in mondrian.calc that return DoubleCalcModifier and TypeMethodDescriptionExpCompiler.compileDouble
(Exp exp) Compiles an expression which yields adouble
result. -
Uses of DoubleCalc in mondrian.calc.impl
Classes in mondrian.calc.impl that implement DoubleCalcModifier and TypeClassDescriptionclass
Abstract implementation of theDoubleCalc
interface.class
Abstract implementation of theVoidCalc
interface.class
Calculation which retrieves the value of an underlying calculation from cache.class
Calculator which always returns the same value.class
Adapter which computes a scalar or tuple expression and converts it to any required type.class
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
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
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
Expression which yields the value of the current member in the current dimensional context.Methods in mondrian.calc.impl that return DoubleCalcModifier and TypeMethodDescriptionAbstractExpCompiler.compileDouble
(Exp exp) DelegatingExpCompiler.compileDouble
(Exp exp) static DoubleCalc
ConstantCalc.constantDouble
(double v) Creates an expression which evaluates to a given double. -
Uses of DoubleCalc in mondrian.olap.fun
Classes in mondrian.olap.fun that implement DoubleCalcMethods in mondrian.olap.fun with parameters of type DoubleCalcModifier and TypeMethodDescriptionprotected static mondrian.olap.fun.LinReg.Value
LinReg.process
(Evaluator evaluator, ListCalc listCalc, DoubleCalc yCalc, DoubleCalc xCalc)