| Package | Description | 
|---|---|
| mondrian.mdx | Defines a parse tree for MDX expressions. | 
| 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.fun.extra | Defines MDX extension functions. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResolvedFunCall | ResolvedFunCall. clone() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | MdxVisitor. visit(ResolvedFunCall call)Visits a ResolvedFunCall. | 
| Object | MdxVisitorImpl. visit(ResolvedFunCall call) | 
| Modifier and Type | Method and Description | 
|---|---|
| Calc | FunDef. compileCall(ResolvedFunCall call,
           ExpCompiler compiler)Converts a call to this function into executable objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResolvedFunCall | SetFunDef. wrapAsSet(Exp... args)Creates a call to the set operator with a given collection of
 expressions. | 
| Constructor and Description | 
|---|
| CalcImpl(ResolvedFunCall call,
        MemberCalc[] memberCalcs) | 
| MemberExtractingVisitor(Set<Member> memberSet,
                       ResolvedFunCall call,
                       boolean mapToAllMember) | 
| NativeListCalc(ResolvedFunCall call,
              Calc[] calcs,
              ExpCompiler compiler,
              mondrian.olap.fun.NativizeSetFunDef.SubstitutionMap substitutionMap,
              Exp originalExp) | 
| ResolvedFunCallFinder(ResolvedFunCall call) | 
| Modifier and Type | Method and Description | 
|---|---|
| Calc | NthQuartileFunDef. compileCall(ResolvedFunCall call,
           ExpCompiler compiler) | 
| Calc | CalculatedChildFunDef. compileCall(ResolvedFunCall call,
           ExpCompiler compiler) | 
| Calc | CachedExistsFunDef. compileCall(ResolvedFunCall call,
           ExpCompiler compiler) | 
Copyright © 2021 Hitachi Vantara. All rights reserved.