Uses of Package
mondrian.calc
-
Packages that use mondrian.calc Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions.mondrian.mdx Defines a parse tree for MDX expressions.mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions.mondrian.olap.fun.extra Defines MDX extension functions.mondrian.olap.fun.sort mondrian.rolap Implements the data access layer for the olap package.mondrian.util Mondrian utilities. -
Classes in mondrian.calc used by mondrian.calc Class Description BooleanCalc Compiled expression whose result is aboolean.Calc Calcis the base class for all calculable expressions.CalcWriter Visitor which serializes an expression to text.DateTimeCalc Compiled expression whose result is aDate, representing an MDX DateTime value.DimensionCalc Expression which yields aDimension.DoubleCalc Compiled expression whose result is adouble.DummyExp Dummy expression which exists only to wrap aType.ExpCompiler ExpCompiler.Factory TheExpCompiler.Factoryis used to accessExpCompilerimplementations.HierarchyCalc Expression which yields aHierarchy.IntegerCalc Compiled expression whose result is anint.IterCalc Expression that evaluates a set of tuples to aTupleIterable.LevelCalc Expression which yields aLevel.ListCalc Expression which evaluates a set of members or tuples to a list.MemberCalc Expression which yields aMember.ParameterSlot Implementation of a parameter.ResultStyle Enumeration of ways that a compiled expression can return its result to its caller.StringCalc Compiled expression whose result is aString.TupleCalc Expression which yields a tuple.TupleCursor Cheap interface for iterating through the contents of aTupleList.TupleIterable Extension toIterablethat returns aTupleIterator.TupleIterator Extension toIteratorthat returns tuples.TupleList List of tuples.TupleList.PositionCallback -
Classes in mondrian.calc used by mondrian.calc.impl Class Description BooleanCalc Compiled expression whose result is aboolean.Calc Calcis the base class for all calculable expressions.CalcWriter Visitor which serializes an expression to text.DateTimeCalc Compiled expression whose result is aDate, representing an MDX DateTime value.DimensionCalc Expression which yields aDimension.DoubleCalc Compiled expression whose result is adouble.ExpCompiler HierarchyCalc Expression which yields aHierarchy.IntegerCalc Compiled expression whose result is anint.IterCalc Expression that evaluates a set of tuples to aTupleIterable.LevelCalc Expression which yields aLevel.ListCalc Expression which evaluates a set of members or tuples to a list.MemberCalc Expression which yields aMember.ParameterSlot Implementation of a parameter.ResultStyle Enumeration of ways that a compiled expression can return its result to its caller.StringCalc Compiled expression whose result is aString.TupleCalc Expression which yields a tuple.TupleCursor Cheap interface for iterating through the contents of aTupleList.TupleIterable Extension toIterablethat returns aTupleIterator.TupleIterator Extension toIteratorthat returns tuples.TupleList List of tuples.TupleList.PositionCallback VoidCalc Expression which has a void result. -
Classes in mondrian.calc used by mondrian.mdx Class Description Calc Calcis the base class for all calculable expressions.ExpCompiler -
Classes in mondrian.calc used by mondrian.olap Class Description Calc Calcis the base class for all calculable expressions.ExpCompiler ParameterCompilable Extension toParameterwhich allows compilation.ParameterSlot Implementation of a parameter.ResultStyle Enumeration of ways that a compiled expression can return its result to its caller.TupleIterable Extension toIterablethat returns aTupleIterator.TupleList List of tuples. -
Classes in mondrian.calc used by mondrian.olap.fun Class Description BooleanCalc Compiled expression whose result is aboolean.Calc Calcis the base class for all calculable expressions.DateTimeCalc Compiled expression whose result is aDate, representing an MDX DateTime value.DimensionCalc Expression which yields aDimension.DoubleCalc Compiled expression whose result is adouble.ExpCompiler HierarchyCalc Expression which yields aHierarchy.IntegerCalc Compiled expression whose result is anint.IterCalc Expression that evaluates a set of tuples to aTupleIterable.LevelCalc Expression which yields aLevel.ListCalc Expression which evaluates a set of members or tuples to a list.MemberCalc Expression which yields aMember.ResultStyle Enumeration of ways that a compiled expression can return its result to its caller.StringCalc Compiled expression whose result is aString.TupleCalc Expression which yields a tuple.TupleIterable Extension toIterablethat returns aTupleIterator.TupleList List of tuples.VoidCalc Expression which has a void result. -
Classes in mondrian.calc used by mondrian.olap.fun.extra Class Description Calc Calcis the base class for all calculable expressions.ExpCompiler -
Classes in mondrian.calc used by mondrian.olap.fun.sort Class Description Calc Calcis the base class for all calculable expressions.TupleIterable Extension toIterablethat returns aTupleIterator.TupleList List of tuples. -
Classes in mondrian.calc used by mondrian.rolap Class Description Calc Calcis the base class for all calculable expressions.ExpCompiler ParameterCompilable Extension toParameterwhich allows compilation.ParameterSlot Implementation of a parameter.ResultStyle Enumeration of ways that a compiled expression can return its result to its caller.TupleList List of tuples. -
Classes in mondrian.calc used by mondrian.util Class Description TupleList List of tuples.