Uses of Package
mondrian.calc
Packages that use mondrian.calc
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
Defines a parse tree for MDX expressions.
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Defines the set of MDX built-in functions.
Defines MDX extension functions.
Implements the data access layer for the olap package.
Mondrian utilities.
-
Classes in mondrian.calc used by mondrian.calcClassDescriptionCompiled expression whose result is a
boolean.Calcis the base class for all calculable expressions.Visitor which serializes an expression to text.Compiled expression whose result is aDate, representing an MDX DateTime value.Expression which yields aDimension.Compiled expression whose result is adouble.Dummy expression which exists only to wrap aType.TheExpCompiler.Factoryis used to accessExpCompilerimplementations.Expression which yields aHierarchy.Compiled expression whose result is anint.Expression that evaluates a set of tuples to aTupleIterable.Expression which yields aLevel.Expression which evaluates a set of members or tuples to a list.Expression which yields aMember.Implementation of a parameter.Enumeration of ways that a compiled expression can return its result to its caller.Compiled expression whose result is aString.Expression which yields a tuple.Cheap interface for iterating through the contents of aTupleList.Extension toIterablethat returns aTupleIterator.Extension toIteratorthat returns tuples.List of tuples. -
Classes in mondrian.calc used by mondrian.calc.implClassDescriptionCompiled expression whose result is a
boolean.Calcis the base class for all calculable expressions.Visitor which serializes an expression to text.Compiled expression whose result is aDate, representing an MDX DateTime value.Expression which yields aDimension.Compiled expression whose result is adouble.Expression which yields aHierarchy.Compiled expression whose result is anint.Expression that evaluates a set of tuples to aTupleIterable.Expression which yields aLevel.Expression which evaluates a set of members or tuples to a list.Expression which yields aMember.Implementation of a parameter.Enumeration of ways that a compiled expression can return its result to its caller.Compiled expression whose result is aString.Expression which yields a tuple.Cheap interface for iterating through the contents of aTupleList.Extension toIterablethat returns aTupleIterator.Extension toIteratorthat returns tuples.List of tuples.Expression which has a void result. -
Classes in mondrian.calc used by mondrian.mdxClassDescription
Calcis the base class for all calculable expressions. -
Classes in mondrian.calc used by mondrian.olapClassDescription
Calcis the base class for all calculable expressions.Extension toParameterwhich allows compilation.Implementation of a parameter.Enumeration of ways that a compiled expression can return its result to its caller.Extension toIterablethat returns aTupleIterator.List of tuples. -
Classes in mondrian.calc used by mondrian.olap.funClassDescriptionCompiled expression whose result is a
boolean.Calcis the base class for all calculable expressions.Compiled expression whose result is aDate, representing an MDX DateTime value.Expression which yields aDimension.Compiled expression whose result is adouble.Expression which yields aHierarchy.Compiled expression whose result is anint.Expression that evaluates a set of tuples to aTupleIterable.Expression which yields aLevel.Expression which evaluates a set of members or tuples to a list.Expression which yields aMember.Enumeration of ways that a compiled expression can return its result to its caller.Compiled expression whose result is aString.Expression which yields a tuple.Extension toIterablethat returns aTupleIterator.List of tuples.Expression which has a void result. -
Classes in mondrian.calc used by mondrian.olap.fun.extraClassDescription
Calcis the base class for all calculable expressions. -
Classes in mondrian.calc used by mondrian.olap.fun.sortClassDescription
Calcis the base class for all calculable expressions.Extension toIterablethat returns aTupleIterator.List of tuples. -
Classes in mondrian.calc used by mondrian.rolapClassDescription
Calcis the base class for all calculable expressions.Extension toParameterwhich allows compilation.Implementation of a parameter.Enumeration of ways that a compiled expression can return its result to its caller.List of tuples. -
Classes in mondrian.calc used by mondrian.util