Uses of Package
mondrian.olap.fun
Package
Description
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 set of functions defined by the Visual Basic for Applications
(VBA) specification.
Type system for MDX expessions.
-
-
ClassDescriptionAbstract base class for all aggregate functions (
Aggregate
,Sum
,Avg
, et cetera).BuiltinFunTable
contains a list of all built-in MDX functions.Definition of theCrossJoin
MDX function.FunDefBase
is the default implementation ofFunDef
.Support class for theCmdRunner
allowing one to view available functions and their syntax.Abstract implementation ofFunTable
.FunUtil
contains a set of methods useful within themondrian.olap.fun
package.Global function table contains builtin functions and global user-defined functions.Definition of the<Level>.Members
MDX function.Abstract base class for definitions of linear regression functions.AMultiResolver
considers several overloadings of the same function.AResolver
converts a function name, invocation type, and set of arguments into aFunDef
.Description of an implicit conversion that occurred while resolving an operator call.Factory forUserDefinedFunction
. -
ClassDescriptionAbstract base class for all aggregate functions (
Aggregate
,Sum
,Avg
, et cetera).FunDefBase
is the default implementation ofFunDef
.FunUtil
contains a set of methods useful within themondrian.olap.fun
package.AMultiResolver
considers several overloadings of the same function. -
ClassDescriptionAnnotation which allows you to tag a Java method with the description of the MDX function it implements.Annotation which allows you to tag a Java method with the name of the MDX function it implements.Annotation which allows you to tag a Java method with the signature of the MDX function it implements.
-
ClassDescriptionDescription of an implicit conversion that occurred while resolving an operator call.