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