Uses of Class
mondrian.mdx.MdxVisitorImpl
-
Packages that use MdxVisitorImpl 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. -
-
Uses of MdxVisitorImpl in mondrian.olap
Subclasses of MdxVisitorImpl in mondrian.olap Modifier and Type Class Description class
IdentifierVisitor
-
Uses of MdxVisitorImpl in mondrian.olap.fun
Subclasses of MdxVisitorImpl in mondrian.olap.fun Modifier and Type Class Description class
MemberExtractingVisitor
Visitor which collects any non-measure base members encountered while traversing an expression.class
ResolvedFunCallFinder
Visitor class used to locate a resolved function call within an expression
-