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
- Version:
- $Id: Quax.java 229 2009-05-08 19:11:29Z jhyde $
- Author:
- etdub
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Quax
public Quax(CellSetAxis cellSetAxis)