Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail