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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FunDef |
UdfResolver.resolve(Exp[] args,
Validator validator,
List<Resolver.Conversion> conversions) |
FunDef |
MultiResolver.resolve(Exp[] args,
Validator validator,
List<Resolver.Conversion> conversions) |
FunDef |
CacheFunDef.CacheFunResolver.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.
|
Modifier and Type | Method and 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.
|
Copyright © 2020 Hitachi Vantara. All rights reserved.