Uses of Interface
mondrian.olap.fun.Resolver
Packages that use Resolver
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.
-
Uses of Resolver in mondrian.olap
Methods in mondrian.olap that return types with arguments of type ResolverModifier and TypeMethodDescriptionFunTable.getResolvers()Returns a list ofResolverobjects.FunTable.getResolvers(String name, Syntax syntax) Returns a list of resolvers for an operator with a given name and syntax.Methods in mondrian.olap with parameters of type Resolver -
Uses of Resolver in mondrian.olap.fun
Classes in mondrian.olap.fun that implement ResolverModifier and TypeClassDescriptionstatic classclassAMultiResolverconsiders several overloadings of the same function.static classResolves calls to theParameterMDX function.static classResolves calls to theParamRefMDX function.classResolver which uses reflection to instantiate aFunDef.classResolver for user-defined functions.Methods in mondrian.olap.fun that return types with arguments of type ResolverModifier and TypeMethodDescriptionFunTableImpl.getResolvers()FunTableImpl.getResolvers(String name, Syntax syntax)