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 ofResolver
objects.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 void
FunTable.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 class
CacheFunDef.CacheFunResolver
class
MultiResolver
AMultiResolver
considers several overloadings of the same function.static class
ParameterFunDef.ParameterResolver
Resolves calls to theParameter
MDX function.static class
ParameterFunDef.ParamRefResolver
Resolves calls to theParamRef
MDX function.class
ReflectiveMultiResolver
Resolver which uses reflection to instantiate aFunDef
.class
UdfResolver
Resolver 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)
-