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 ofResolver
objects.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 class
class
AMultiResolver
considers several overloadings of the same function.static class
Resolves calls to theParameter
MDX function.static class
Resolves calls to theParamRef
MDX function.class
Resolver which uses reflection to instantiate aFunDef
.class
Resolver 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)