Package org.olap4j.transform
Class Quax
- java.lang.Object
-
- org.olap4j.transform.Quax
-
public class Quax extends java.lang.Object
Representation of member expressions on a query axis, derived from CellSetAxis objects.Quaxes are used by MDX axis query transforms, to construct and use an internal tree-like representation of positions and members from the result CellSetAxis objects of a previous MDX query. This is needed for OLAP navigation operators like drill-down on a position.
Inspired from the JPivot Quax class.
NOTE: not exactly sure how to implement this, to be completed...
- Since:
- Aug 7, 2008
- Author:
- etdub
-
-
Constructor Summary
Constructors Constructor Description Quax(CellSetAxis cellSetAxis)
-
-
-
Constructor Detail
-
Quax
public Quax(CellSetAxis cellSetAxis)
-
-