Uses of Class
mondrian.calc.impl.AbstractCalc
Package
Description
Provides implementation classes for compiled expressions.
Defines the set of MDX built-in functions.
-
Uses of AbstractCalc in mondrian.calc.impl
Modifier and TypeClassDescriptionclass
Abstract implementation of theBooleanCalc
interface.class
Abstract implementation of theDateTimeCalc
interface.class
Abstract implementation of theDimensionCalc
interface.class
Abstract implementation of theDoubleCalc
interface.class
Abstract implementation of theHierarchyCalc
interface.class
Abstract implementation of theIntegerCalc
interface.class
Abstract implementation of theIterCalc
interface.class
Abstract implementation of theLevelCalc
interface.class
Abstract implementation of theListCalc
interface.class
Abstract implementation of theMemberCalc
interface.class
Abstract implementation of theStringCalc
interface.class
Abstract implementation of theTupleCalc
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
Adapter which computes a set expression and converts it to any list or iterable type.class
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. -
Uses of AbstractCalc in mondrian.olap.fun
Modifier and TypeClassDescriptionstatic class
static class
Compiled implementation of the Hierarchy.CurrentMember function that evaluates the hierarchy expression first.static class
Compiled implementation of the Hierarchy.CurrentMember function that uses a fixed hierarchy.static class
static class
static class
static class
static class
static class
static class
Compiled expression that evaluates one or more expressions, each of which yields a tuple or a set of tuples, and returns the result as a tuple iterator.static class
Compiled expression to implement the MDX set function,{ ...
static class