| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Resolver> | 
FunTable.getResolvers()
Returns a list of  
Resolver objects. | 
List<Resolver> | 
FunTable.getResolvers(String name,
            Syntax syntax)
Returns a list of resolvers for an operator with a given name and syntax. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FunTable.Builder.define(Resolver resolver)
Defines a resolver that will resolve overloaded function calls to
 function definitions. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CacheFunDef.CacheFunResolver  | 
class  | 
MultiResolver
A  
MultiResolver considers several overloadings of the same
 function. | 
static class  | 
ParameterFunDef.ParameterResolver
Resolves calls to the  
Parameter MDX function. | 
static class  | 
ParameterFunDef.ParamRefResolver
Resolves calls to the  
ParamRef MDX function. | 
class  | 
ReflectiveMultiResolver
Resolver which uses reflection to instantiate a  
FunDef. | 
class  | 
UdfResolver
Resolver for user-defined functions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Resolver> | 
FunTableImpl.getResolvers()  | 
List<Resolver> | 
FunTableImpl.getResolvers(String name,
            Syntax syntax)  | 
Copyright © 2017 Hitachi Vantara. All rights reserved.