Uses of Interface
mondrian.olap.fun.Resolver.Conversion
-
Packages that use Resolver.Conversion 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.mondrian.olap.type Type system for MDX expessions. -
-
Uses of Resolver.Conversion in mondrian.olap
Method parameters in mondrian.olap with type arguments of type Resolver.Conversion Modifier and Type Method Description boolean
Validator. canConvert(int ordinal, Exp fromExp, int to, List<Resolver.Conversion> conversions)
Returns whether we can convert an argument to a parameter type. -
Uses of Resolver.Conversion in mondrian.olap.fun
Method parameters in mondrian.olap.fun with type arguments of type Resolver.Conversion Modifier and Type Method Description FunDef
CacheFunDef.CacheFunResolver. resolve(Exp[] args, Validator validator, List<Resolver.Conversion> conversions)
FunDef
MultiResolver. resolve(Exp[] args, Validator validator, List<Resolver.Conversion> conversions)
FunDef
Resolver. resolve(Exp[] args, Validator validator, List<Resolver.Conversion> conversions)
Given a particular set of arguments the function is applied to, returns the correct overloaded form of the function.FunDef
UdfResolver. resolve(Exp[] args, Validator validator, List<Resolver.Conversion> conversions)
-
Uses of Resolver.Conversion in mondrian.olap.type
Method parameters in mondrian.olap.type with type arguments of type Resolver.Conversion Modifier and Type Method Description static boolean
TypeUtil. canConvert(int ordinal, Type fromType, int to, List<Resolver.Conversion> conversions)
Returns whether we can convert an argument of a given category to a given parameter category.
-