Uses of Interface
mondrian.olap.fun.Resolver.Conversion
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.
Type system for MDX expessions.
-
Uses of Resolver.Conversion in mondrian.olap
Modifier and TypeMethodDescriptionboolean
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
Modifier and TypeMethodDescriptionCacheFunDef.CacheFunResolver.resolve
(Exp[] args, Validator validator, List<Resolver.Conversion> conversions) MultiResolver.resolve
(Exp[] args, Validator validator, List<Resolver.Conversion> conversions) 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.UdfResolver.resolve
(Exp[] args, Validator validator, List<Resolver.Conversion> conversions) -
Uses of Resolver.Conversion in mondrian.olap.type
Modifier and TypeMethodDescriptionstatic 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.