Uses of Class
org.olap4j.mdx.AxisNode
Packages that use AxisNode
Package
Description
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
Provides a default implementation of the MDX parser API.
-
Uses of AxisNode in org.olap4j.mdx
Methods in org.olap4j.mdx that return AxisNodeModifier and TypeMethodDescriptionAxisNode.deepCopy()
SelectNode.getFilterAxis()
Returns the filter axis defined by the WHERE clause of this SelectNode.Methods in org.olap4j.mdx that return types with arguments of type AxisNodeModifier and TypeMethodDescriptionSelectNode.getAxisList()
Returns a list of axes in this SelectNode.Methods in org.olap4j.mdx with parameters of type AxisNodeModifier and TypeMethodDescriptionVisits an axis of a select statement.Constructors in org.olap4j.mdx with parameters of type AxisNodeModifierConstructorDescriptionSelectNode
(ParseRegion region, List<ParseTreeNode> withList, List<AxisNode> axisList, ParseTreeNode from, AxisNode filterAxis, List<IdentifierNode> cellPropertyList) Creates a SelectNode. -
Uses of AxisNode in org.olap4j.mdx.parser.impl
Methods in org.olap4j.mdx.parser.impl that return AxisNode