Uses of Interface
mondrian.olap.fun.Resolver
-
Packages that use Resolver 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. -
-
Uses of Resolver in mondrian.olap
Methods in mondrian.olap that return types with arguments of type Resolver Modifier and Type Method Description List<Resolver>FunTable. getResolvers()Returns a list ofResolverobjects.List<Resolver>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 Modifier and Type Method Description voidFunTable.Builder. define(Resolver resolver)Defines a resolver that will resolve overloaded function calls to function definitions. -
Uses of Resolver in mondrian.olap.fun
Classes in mondrian.olap.fun that implement Resolver Modifier and Type Class Description static classCacheFunDef.CacheFunResolverclassMultiResolverAMultiResolverconsiders several overloadings of the same function.static classParameterFunDef.ParameterResolverResolves calls to theParameterMDX function.static classParameterFunDef.ParamRefResolverResolves calls to theParamRefMDX function.classReflectiveMultiResolverResolver which uses reflection to instantiate aFunDef.classUdfResolverResolver for user-defined functions.Methods in mondrian.olap.fun that return types with arguments of type Resolver Modifier and Type Method Description List<Resolver>FunTableImpl. getResolvers()List<Resolver>FunTableImpl. getResolvers(String name, Syntax syntax)
-