org.olap4j.transform
Class Quax

java.lang.Object
  extended by org.olap4j.transform.Quax

public class Quax
extends 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 482 2012-01-05 23:27:27Z jhyde $
Author:
etdub

Constructor Summary
Quax(CellSetAxis cellSetAxis)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quax

public Quax(CellSetAxis cellSetAxis)

SourceForge.net_Logo