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 theCmdRunnerallowing one to view available functions and their syntax.Resolver AResolverconverts 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 BuiltinFunTablecontains a list of all built-in MDX functions.CrossJoinFunDef Definition of theCrossJoinMDX function.FunDefBase FunDefBaseis the default implementation ofFunDef.FunInfo Support class for theCmdRunnerallowing one to view available functions and their syntax.FunTableImpl Abstract implementation ofFunTable.FunUtil FunUtilcontains a set of methods useful within themondrian.olap.funpackage.GlobalFunTable Global function table contains builtin functions and global user-defined functions.LevelMembersFunDef Definition of the<Level>.MembersMDX function.LinReg Abstract base class for definitions of linear regression functions.MultiResolver AMultiResolverconsiders several overloadings of the same function.Resolver AResolverconverts 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 FunDefBaseis the default implementation ofFunDef.FunUtil FunUtilcontains a set of methods useful within themondrian.olap.funpackage.MultiResolver AMultiResolverconsiders 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.